Fix feeds

This commit is contained in:
Pascal Engélibert 2025-12-23 18:17:14 +01:00
commit 00f582146d
4 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,9 @@ default_language = "en"
minify_html = false
generate_feeds = true
author = "tuxmain"
[slugify]
paths = "off"
taxonomies = "off"

View file

@ -3,4 +3,5 @@ page_template = "blog.html"
title = "Blogo"
sort_by = "date"
insert_anchor_links = "left"
generate_feeds = true
+++

View file

@ -3,4 +3,5 @@ page_template = "blog.html"
title = "Blog"
sort_by = "date"
insert_anchor_links = "left"
generate_feeds = true
+++

View file

@ -3,4 +3,5 @@ page_template = "blog.html"
title = "Blog"
sort_by = "date"
insert_anchor_links = "left"
generate_feeds = true
+++