🐛 fix(footer): fix external link redirection in footer (#219)
Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
@@ -534,6 +534,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},
|
||||
]
|
||||
```
|
||||
|
||||
|
@@ -532,6 +532,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},
|
||||
]
|
||||
```
|
||||
|
||||
|
@@ -536,6 +536,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},
|
||||
]
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user