From ab34ff9fe34124f3526afafb31d1ac98709c19a1 Mon Sep 17 00:00:00 2001 From: fy Date: Sun, 13 Jun 2021 16:49:15 +0800 Subject: [PATCH] add trailing slash for SITEURL. Reason: https://github.com/getpelican/pelican/issues/1156 https://github.com/arulrajnet/attila/pull/4 --- templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 0da863e..112b052 100644 --- a/templates/base.html +++ b/templates/base.html @@ -120,7 +120,7 @@ {% elif article %} {% elif page_name == 'index' and not articles_previous_page %} - + {% elif author or category or tag or page_name == 'index' %} {% else %} @@ -157,7 +157,7 @@ {% endif %}