feat: Add option to disable feed link in nav

This commit is contained in:
daudix-UFO
2023-10-15 17:19:55 +00:00
parent e41cfb1d39
commit 9e9e12f732
5 changed files with 165 additions and 159 deletions

View File

@ -30,7 +30,10 @@ date_format = "%d %B %Y"
hosting = "Codeberg"
issues_url = "https://git.exozy.me/daudix/duckquill/issues"
source_url = "https://git.exozy.me/daudix/duckquill"
nav_links = [
[extra.nav]
show_feed = true
links = [
{url = "https://git.exozy.me/daudix/duckquill", name = "Repo"},
{url = "/demo", name = "Demo"},
{url = "/blog", name = "Blog"},