Merge branch 'main' into feat/multilingual-support

This commit is contained in:
Óscar
2023-05-25 18:03:24 +02:00
committed by GitHub
4 changed files with 15 additions and 1 deletions

View File

@@ -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" },