feat: Borrow $BASE_URL implementation from after-dark

37b4516e5b/templates/index.html (L42-L47)
This commit is contained in:
daudix-UFO
2023-12-25 05:31:59 +03:00
parent b9af50749b
commit ff88bdb6d4
2 changed files with 6 additions and 6 deletions

View File

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