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

commit 2ce49377130c31fe9aed9f573a347d81d9aea41b
Author: Florian Pelz <[email protected]>
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