feat: allow using emojis as favicon 🌱

This commit is contained in:
welpo
2023-05-25 14:31:03 +02:00
parent cfef1f65d7
commit fb061a1469
4 changed files with 15 additions and 1 deletions

View File

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