mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✨ feat: optional trailing slash in menu links
Enabled by default. Drops the `$BASE_URL` transformation to avoid confusion (#99).
This commit is contained in:
parent
ae47f79d9d
commit
f9c18b0398
3 changed files with 7 additions and 6 deletions
|
@ -162,10 +162,10 @@ favicon_emoji = "🌱"
|
|||
headerImage = ""
|
||||
|
||||
menu = [
|
||||
{ name = "blog", url = "blog/" },
|
||||
{ name = "archive", url = "archive/" },
|
||||
{ name = "tags", url = "tags/" },
|
||||
{ name = "projects", url = "projects/" },
|
||||
{ name = "blog", url = "blog", trailing_slash = true },
|
||||
{ name = "archive", url = "archive", trailing_slash = true },
|
||||
{ name = "tags", url = "tags", trailing_slash = true },
|
||||
{ name = "projects", url = "projects", trailing_slash = true },
|
||||
]
|
||||
|
||||
# The RSS icon will be shown if (1) it's enabled and (2) the following variable is set to true.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue