]> git.jsancho.org Git - blog.git/commitdiff
Link to spanish version
authorJavier Sancho <jsf@jsancho.org>
Tue, 13 Feb 2018 12:28:51 +0000 (13:28 +0100)
committerJavier Sancho <jsf@jsancho.org>
Tue, 13 Feb 2018 12:28:51 +0000 (13:28 +0100)
haunt.scm

index 3cefb99e2808d80e3751461538124647c24b12de..6c83826d22cb41041707a970945c299a1f7289e8 100644 (file)
--- a/haunt.scm
+++ b/haunt.scm
@@ -62,7 +62,8 @@
                                  (li (@ (id "blog-title-header"))
                                      (a (@ (href "index.html"))
                                         (h1 ,(assoc-ref metadata 'author)))))
                                  (li (@ (id "blog-title-header"))
                                      (a (@ (href "index.html"))
                                         (h1 ,(assoc-ref metadata 'author)))))
-                             (ul (@ (class "navigation-items center")))
+                             (ul (@ (class "navigation-items center"))
+                                 (li (a (@ (href "https://jsancho.org/")) "in spanish")))
                              (ul (@ (class "navigation-items right"))
                                  ,@(map (lambda (page)
                                           `(li (a (@ (href ,(cdr page))) ,(car page))))
                              (ul (@ (class "navigation-items right"))
                                  ,@(map (lambda (page)
                                           `(li (a (@ (href ,(cdr page))) ,(car page))))