mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
Merge branch 'main' into feat/multilingual-support
This commit is contained in:
commit
90d7188787
4 changed files with 15 additions and 1 deletions
|
@ -36,6 +36,13 @@ long_date_format = "%d %B %Y"
|
|||
|
||||
separator = "•"
|
||||
|
||||
# Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico"
|
||||
favicon = ""
|
||||
|
||||
# Add an emoji here to use it as favicon.
|
||||
# Compatibility: https://caniuse.com/link-icon-svg
|
||||
favicon_emoji = "🌱"
|
||||
|
||||
menu = [
|
||||
{ name = "blog", url = "$BASE_URL/blog" },
|
||||
{ name = "archive", url = "$BASE_URL/archive" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue