From 5eb9fa6d1656a872bc2bceb5aa800aae0af74bbb Mon Sep 17 00:00:00 2001 From: Hilmar Lapp Date: Mon, 13 Jan 2014 12:37:15 -0500 Subject: [PATCH] Append slash to href of link to site home This is necessary to make the link to the site home work locally, because then SITEURL may be set to an empty string (in fact the Pelican default configuration sets it to an empty string in pelicanconf.py). --- pelican/themes/simple/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/themes/simple/templates/base.html b/pelican/themes/simple/templates/base.html index 7973d774..bde7983b 100644 --- a/pelican/themes/simple/templates/base.html +++ b/pelican/themes/simple/templates/base.html @@ -33,7 +33,7 @@