mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
🐛 fix(favicon): use get_url
for favicon
This commit is contained in:
parent
78f97e17b4
commit
ab4b523f9c
3 changed files with 3 additions and 3 deletions
|
@ -215,8 +215,8 @@ short_date_format = ""
|
|||
# Custom separator used in title tag and posts metadata (between date, time to read, and tags).
|
||||
separator = "•"
|
||||
|
||||
# Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico"
|
||||
favicon = ""
|
||||
# Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.png"
|
||||
favicon = "img/seedling.png"
|
||||
|
||||
# Add an emoji here to use it as favicon.
|
||||
# Compatibility: https://caniuse.com/link-icon-svg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue