diff --git a/config.toml b/config.toml index 9198a75..010f038 100644 --- a/config.toml +++ b/config.toml @@ -48,8 +48,8 @@ show_feed = true # Links used in the nav links = [ {url = "https://codeberg.org/daudix/duckquill", name = "Repo"}, - {url = "/demo", name = "Demo"}, - {url = "/blog", name = "Blog"}, + {url = "$BASE_URL/demo", name = "Demo"}, + {url = "$BASE_URL/blog", name = "Blog"}, ] [extra.footer] diff --git a/templates/includes/nav.html b/templates/includes/nav.html index b93b86c..d291593 100644 --- a/templates/includes/nav.html +++ b/templates/includes/nav.html @@ -1,17 +1,17 @@ + \ No newline at end of file