diff --git a/config.toml b/config.toml index 23a664c..3c176e4 100644 --- a/config.toml +++ b/config.toml @@ -52,8 +52,8 @@ source_url = "https://codeberg.org/daudix/duckquill" show_feed = true # Links used in the nav links = [ - {url = "$BASE_URL/blog", name = "Blog"}, - {url = "$BASE_URL/demo", name = "Demo"}, + {url = "@/blog/_index.md", name = "Blog"}, + {url = "@/demo/index.md", name = "Demo"}, {url = "https://codeberg.org/daudix/duckquill", name = "Repo"}, ] diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 67ee19f..c385720 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -4,7 +4,7 @@ {% endif %} {% if config.extra.footer.show_source %} -
+ {% endif %} {% if config.extra.footer.show_powered_by %} diff --git a/templates/partials/head.html b/templates/partials/head.html index eacc763..687ae62 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -5,7 +5,7 @@ - +