`((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)