diff --git a/pelicanconf.py b/pelicanconf.py index 0e2e855e5d..fafeaaccd1 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -31,7 +31,7 @@ DEFAULT_PAGINATION = 25 # Uncomment following line if you want document-relative URLs when developing PLUGIN_PATHS = ['./pelican-plugins', './plugins-custom'] -PLUGINS = ['dateish', 'extract_toc', 'i18n_subsites', 'summary', 'events-ics','complex_footnotes', 'stream'] +PLUGINS = ['dateish', 'extract_toc', 'i18n_subsites', 'summary', 'events-ics','complex_footnotes'] MD_EXTENSIONS = ['codehilite','extra','toc'] STATIC_PATHS = ['extra/favicon.ico', 'images', 'pdfs', 'stream'] diff --git a/plugins-custom b/plugins-custom index abb64b784e..d91a9e910b 160000 --- a/plugins-custom +++ b/plugins-custom @@ -1 +1 @@ -Subproject commit abb64b784e8fda8eb8628c32aa6c50dece37437a +Subproject commit d91a9e910bffb850ecb597f5c77241678f197e24 diff --git a/themes/varia/templates/index.html b/themes/varia/templates/index.html index dc426b21bc..e4a926adb7 100644 --- a/themes/varia/templates/index.html +++ b/themes/varia/templates/index.html @@ -5,11 +5,6 @@ {% for p in pages %} {% if p.title == 'header' %}
- {{ p.content }}
{% endif %} @@ -34,16 +29,6 @@ {% endif %} {% endif %} - - -
{% endif %}