forked from deepStateMirrors/tabi
🐛 fix(footer): fix external link redirection in footer (#219)
Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
parent
7752bc38bf
commit
de91dfb0a7
6 changed files with 11 additions and 0 deletions
|
@ -185,6 +185,7 @@ footer_menu = [
|
|||
{url = "about", name = "about", trailing_slash = true},
|
||||
# {url = "privacy", name = "privacy", trailing_slash = true},
|
||||
{url = "sitemap.xml", name = "sitemap", trailing_slash = false},
|
||||
# {url = "https://example.com", name = "external link", trailing_slash = true},
|
||||
]
|
||||
|
||||
# Enable a copyright notice for the footer, shown between socials and the "Powered by" text.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue