From 97c261ac2948c3e5f6a6dd99d6c7034e5e293ccc Mon Sep 17 00:00:00 2001 From: Ungol Date: Tue, 23 Dec 2025 23:13:07 +0100 Subject: [PATCH] feat: add Atom feed --- config.toml | 2 ++ templates/base.html | 4 ++++ templates/navbar.html | 9 +++++++++ 3 files changed, 15 insertions(+) diff --git a/config.toml b/config.toml index fe8147c..a8c3b77 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,8 @@ build_search_index = true default_language = 'fr' title = "Ungol" +generate_feeds = true + [markdown] highlight_code = true highlight_theme = "css" diff --git a/templates/base.html b/templates/base.html index a352e12..ef212a8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,6 +7,10 @@ + + {% block rss %} + + {% endblock %} Ungol Blog diff --git a/templates/navbar.html b/templates/navbar.html index 2d3a088..803f6d2 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -16,6 +16,15 @@
  • À propos
  • +