]> git.jsancho.org Git - blog.git/commitdiff
Setting spanish branch
authorJavier Sancho <jsf@jsancho.org>
Tue, 19 Dec 2017 16:15:27 +0000 (17:15 +0100)
committerJavier Sancho <jsf@jsancho.org>
Tue, 19 Dec 2017 16:15:27 +0000 (17:15 +0100)
haunt.scm

index 30885d25cbb445476fe89b863a0ff9dda2b011da..87469519c67ccab7f7987d6cd6f3b06d277202b7 100644 (file)
--- 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
                         (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))))))
 
       #: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)