✨ feat: allow using emojis as favicon 🌱
This commit is contained in:
@@ -30,6 +30,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" },
|
||||
|
Reference in New Issue
Block a user