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 @@