mirror of
https://github.com/welpo/tabi.git
synced 2026-02-16 08:07:19 +01:00
📝 docs(footer_menu): add external URL example
This commit is contained in:
parent
f083029087
commit
372581e2de
4 changed files with 4 additions and 0 deletions
|
|
@ -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},
|
||||
]
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -164,6 +164,7 @@ encode_plaintext_email = true # Setting is ignored if email is already encoded.
|
|||
# {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