From: Javier Sancho Date: Tue, 24 Apr 2018 13:41:29 +0000 (+0200) Subject: Redirect to the www domain X-Git-Url: https://git.jsancho.org/?p=blog.git;a=commitdiff_plain;h=5de02fc81639e373911f6c0a6747fe6dac366494 Redirect to the www domain --- diff --git a/haunt.scm b/haunt.scm index 7222df9..db8f0b8 100644 --- a/haunt.scm +++ b/haunt.scm @@ -67,7 +67,7 @@ (a (@ (href "index.html")) (h1 ,(assoc-ref metadata 'author))))) (ul (@ (class "navigation-items center")) - (li (a (@ (href "https://jsancho.org/")) "in spanish"))) + (li (a (@ (href "https://www.jsancho.org/")) "in spanish"))) (ul (@ (class "navigation-items right")) ,@(map (lambda (page) `(li (a (@ (href ,(cdr page))) ,(car page))))