From 2d6b0f81737f90c3d79e5b610bebc5788ad7c4e1 Mon Sep 17 00:00:00 2001 From: Teo-CD Date: Fri, 2 Oct 2020 21:04:10 +0200 Subject: [PATCH] Update feed generation to match Zola update --- README.md | 2 ++ templates/index.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9310289..feccdad 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,8 @@ zulma_allow_theme_selection = true This template is based on the [blog template](https://bulmatemplates.github.io/bulma-templates/templates/blog.html) over at [Free Bulma Templates](https://bulmatemplates.github.io/bulma-templates/). All themes were taken from [Bulmaswatch](https://jenil.github.io/bulmaswatch/). The code behind from originally adapted from the [after-dark](https://github.com/getzola/after-dark/blob/master/README.md) zola template. +This theme was modified by trotFunky from Worble's work on [github](https://github.com/Worble/Zulma). + ## Known Bugs - If user theme swapping is enabled and the user selects a theme different to the default, a slight delay will be introduced in page rendering as the css gets swapped out and in by the javascript. This is particularly pronounced when using the dark theme, since it will flash white before going back to black. This is better than the alternative flashes of unstyled content or old theme, but still annoying. I don't know any way around this, but with browser caching it should be fast enough to not cause serious issues. diff --git a/templates/index.html b/templates/index.html index 14f5406..8809829 100644 --- a/templates/index.html +++ b/templates/index.html @@ -25,8 +25,8 @@ {% endif %} - {% if config.generate_rss %} - + {% if config.generate_feed %} + {% endif %} {% if config.build_search_index %}