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

index d6e58c38269abd74ec59144ab81adb821ea3e34f..5a0a077ee21f3cdd1ad84bcd44f062b4b28f544d 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://en.jsancho.org/")) "in english")))
                              (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))))