From: Javier Sancho Date: Wed, 6 Dec 2017 15:56:12 +0000 (+0100) Subject: Menu in english X-Git-Url: https://git.jsancho.org/?p=blog.git;a=commitdiff_plain;h=dcbcfe2cc214e8ee3ac2b016668d07b29f9cd43c Menu in english --- diff --git a/haunt.scm b/haunt.scm index 15f7cc3..9890d01 100644 --- a/haunt.scm +++ b/haunt.scm @@ -105,8 +105,8 @@ (description . "Free Software Evangelist - Programmer") (email . "jsf@jsancho.org") (picture . "/images/jsancho.jpg") - (pages . (("sobre mi" . "about.html") - ("proyectos" . "http://git.jsancho.org/")))) + (pages . (("about" . "about.html") + ("projects" . "http://git.jsancho.org/")))) #:readers (list sxml-reader html-reader) #:builders (list (blog #:theme flex-theme #:collections %collections) (atom-feed)