M config.toml => config.toml +1 -1
@@ 17,7 17,7 @@ build_search_index = false
ignored_content = []
-generate_feed = false
+generate_feeds = false
# feed_filename = "atom.xml"
# feed_limit = 20 # unlimited when not set
M content/example/_index.md => content/example/_index.md +1 -1
@@ 8,7 8,7 @@ sort_by = "date"
template = "project.html"
page_template = "log.html"
-generate_feed = true
+generate_feeds = true
[extra]
status = "inactive"
M templates/project.html => templates/project.html +1 -1
@@ 22,7 22,7 @@
{% if section.pages %}
<div class="flex flex-col items-center p-2 border border-text-100 rounded-xl drop-shadow-sm">
<p class="text-lg">{{ section.extra.logs_visual }}</p>
- {% if section.generate_feed %}
+ {% if section.generate_feeds %}
<a class="hover:underline" href="{{ section.path }}atom.xml">RSS Feed</a>
{% endif %}
<div class="flex flex-col p-1">