From 56a3061573de3e4e7feb044d51091c7f2671cc01 Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 5 Jun 2023 23:48:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20proper=20URL=20for=20mult?= =?UTF-8?q?ilingual=20rss/atom=20feeds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 6 ++++-- templates/partials/footer.html | 7 +++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 86e6d87..dd70523 100644 --- a/config.toml +++ b/config.toml @@ -136,9 +136,11 @@ menu = [ { name = "projects", url = "projects/" }, ] -# The icons available can be found in "social_icons" in the "static" folder +# The RSS icon will be shown if (1) it's enabled and (2) the following variable is set to true. +feed_icon = true + +# The icons available can be found in "social_icons" in the "static" folder. socials = [ - { name = "atom feed", url = "$BASE_URL/atom.xml", icon = "rss" }, { name = "github", url = "https://github.com/welpo/", icon = "github" }, { name = "soundcloud", url = "https://soundcloud.com/oskerwyld", icon = "soundcloud" }, { name = "instagram", url = "https://instagram.com/oskerwyld", icon = "instagram" }, diff --git a/templates/partials/footer.html b/templates/partials/footer.html index eb88415..f731126 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -3,6 +3,13 @@