From 67c9f52cdcf34023e67e38780a9976906aea107c Mon Sep 17 00:00:00 2001 From: Javier Sancho Date: Tue, 19 Dec 2017 17:15:27 +0100 Subject: [PATCH] Setting spanish branch --- haunt.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/haunt.scm b/haunt.scm index 30885d2..8746951 100644 --- a/haunt.scm +++ b/haunt.scm @@ -66,7 +66,7 @@ `((article (@ (class "single")) (header (h1 ,(post-ref post 'title)) - (p "Posted on " ,(date->string (post-date post) "~B ~d, ~Y"))) + (p "Publicado el " ,(date->string (post-date post) "~d/~m/~Y"))) ,(post-sxml post) (div (@ (class "tag-cloud")) (p @@ -97,10 +97,10 @@ (h2 (a (@ (href ,(post-uri post))) ,(post-ref post 'title))) - (p "Posted on " ,(date->string (post-date post) "~B ~d, ~Y"))) + (p "Publicado el " ,(date->string (post-date post) "~d/~m/~Y"))) (div ,(post-summary post) (br) - (a (@ (class "btn") (href ,(post-uri post))) " Continue reading ")) + (a (@ (class "btn") (href ,(post-uri post))) " Seguir leyendo ")) (hr))) (posts/reverse-chronological posts)))))) @@ -117,11 +117,11 @@ #:domain "jsancho.org" #:default-metadata '((author . "Javier Sancho") - (description . "Free Software Evangelist - Programmer") + (description . "Evangelizador del software libre - Programador") (email . "jsf@jsancho.org") (picture . "images/jsancho.jpg") - (pages . (("about" . "about.html") - ("projects" . "http://git.jsancho.org/")))) + (pages . (("sobre mi" . "about.html") + ("proyectos" . "http://git.jsancho.org/")))) #:readers (list sxml-reader html-reader) #:builders (list (blog #:theme flex-theme #:collections %collections) (atom-feed) -- 2.39.2