guix-commits
[Top][All Lists]
Advanced

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

01/02: website: Use needed modules in posts.


From: Florian Pelz
Subject: 01/02: website: Use needed modules in posts.
Date: Thu, 24 Oct 2019 03:03:21 -0400 (EDT)

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

commit 2ce49377130c31fe9aed9f573a347d81d9aea41b
Author: Florian Pelz <address@hidden>
Date:   Tue Oct 22 13:15:07 2019 +0200

    website: Use needed modules in posts.
    
    * website/posts/back-from-seagl-2018.sxml: Use needed modules.
---
 website/posts/back-from-seagl-2018.sxml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/posts/back-from-seagl-2018.sxml 
b/website/posts/back-from-seagl-2018.sxml
index c5ad0a9..958369f 100644
--- a/website/posts/back-from-seagl-2018.sxml
+++ b/website/posts/back-from-seagl-2018.sxml
@@ -1,6 +1,7 @@
 (begin
   (use-modules (apps base templates components)
-                  (srfi srfi-19))
+               (apps base utils)
+               (srfi srfi-19))
   `((title . "Back from SeaGL 2018")
     (author . "Chris Marusich")
     (date . ,(make-date 0 0 0 0 10 12 2018 -28800))



reply via email to

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