guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: website: Add Haunt's HTML reader for posts.


From: Ludovic Courtès
Subject: 03/05: website: Add Haunt's HTML reader for posts.
Date: Thu, 10 Nov 2016 22:22:46 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix-artwork.

commit fdbac71dc49c62bb36d6493b7e7591ef9cbc6e18
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 10 23:06:59 2016 +0100

    website: Add Haunt's HTML reader for posts.
    
    * website/haunt.scm <site>: Add HTML-READER for posts.
---
 website/haunt.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/haunt.scm b/website/haunt.scm
index 1df877c..ed78634 100644
--- a/website/haunt.scm
+++ b/website/haunt.scm
@@ -70,7 +70,7 @@
       #:default-metadata
       '((author . "GuixSD Contributors")
         (email  . "address@hidden"))
-      #:readers (list sxml-reader)
+      #:readers (list sxml-reader html-reader)
       #:builders
       `(,(lambda (site posts)                     ;the main page
            (with-url-parameters



reply via email to

[Prev in Thread] Current Thread [Next in Thread]