From a086cf29d21d4f755fa4f9654862b5a0013cfcd1 Mon Sep 17 00:00:00 2001 From: Mimoza Date: Tue, 8 Mar 2022 23:57:25 +0100 Subject: [PATCH 1/5] try to repair In order to repair this theme, with this issue like example : getpelican/pelican-themes#645 --- pelican-striped-html5up/templates/base.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pelican-striped-html5up/templates/base.html b/pelican-striped-html5up/templates/base.html index 1c228f1c6..de1399ea8 100644 --- a/pelican-striped-html5up/templates/base.html +++ b/pelican-striped-html5up/templates/base.html @@ -17,16 +17,16 @@ {% endif %} {% if CATEGORY_FEED_ATOM and category %} - + {% endif %} {% if CATEGORY_FEED_RSS and category %} - + {% endif %} {% if TAG_FEED_ATOM and tag %} - + {% endif %} {% if TAG_FEED_RSS and tag %} - + {% endif %} {% endblock head %} @@ -102,3 +102,5 @@

Contact Me

+ + From 267f4df5d41c57b3a639e2a9a9938f453a7940ae Mon Sep 17 00:00:00 2001 From: Mimoza Date: Wed, 9 Mar 2022 10:19:13 +0100 Subject: [PATCH 2/5] Rename pelicanconf.py to pelicanconf.py.py-sample.py Elswhere override user configuration --- .../{pelicanconf.py => pelicanconf.py.py-sample.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pelican-striped-html5up/{pelicanconf.py => pelicanconf.py.py-sample.py} (100%) diff --git a/pelican-striped-html5up/pelicanconf.py b/pelican-striped-html5up/pelicanconf.py.py-sample.py similarity index 100% rename from pelican-striped-html5up/pelicanconf.py rename to pelican-striped-html5up/pelicanconf.py.py-sample.py From 5cee45fb661f42648f5f7953f1ac543e51c7b77d Mon Sep 17 00:00:00 2001 From: Mimoza Date: Wed, 9 Mar 2022 10:26:24 +0100 Subject: [PATCH 3/5] adding missing SITEURL var on href --- pelican-striped-html5up/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pelican-striped-html5up/templates/base.html b/pelican-striped-html5up/templates/base.html index de1399ea8..6b79b9b50 100644 --- a/pelican-striped-html5up/templates/base.html +++ b/pelican-striped-html5up/templates/base.html @@ -29,10 +29,10 @@ {% endif %} {% endblock head %} - + - - + + @@ -43,7 +43,7 @@

{{ SITENAME }} {{ SITESUBTITLE }}<