X-Git-Url: https://git.jsancho.org/?p=blog.git;a=blobdiff_plain;f=haunt.scm;h=6c83826d22cb41041707a970945c299a1f7289e8;hp=3cefb99e2808d80e3751461538124647c24b12de;hb=3ae82e7780aeacd88854dba6294732a9d6f62257;hpb=bf9ff03aeeb0d686989c16f98a3701e6f708364f diff --git a/haunt.scm b/haunt.scm index 3cefb99..6c83826 100644 --- a/haunt.scm +++ b/haunt.scm @@ -62,7 +62,8 @@ (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))))