Set a default favicon path

This commit is contained in:
BBaoVanC 2021-11-12 20:01:00 -06:00
parent 98c9438779
commit 57be090b6a
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 5 additions and 3 deletions

View File

@ -4,6 +4,8 @@ markup:
lineNos: true
params:
faviconICO: favicon.ico
faviconPNG: favicon.png
readingtime: true
taxonomies:

View File

@ -20,9 +20,9 @@ params:
# these are for the OpenGraph/Twitter embeds in Hugo
description: Example website for bobatheme
# these are for favicons in bobatheme (unset by default)
# faviconICO: /favicon.ico
# faviconPNG: /favicon.png
# these are for favicons in bobatheme (defaults are shown here)
# faviconICO: favicon.ico
# faviconPNG: favicon.png
# show reading time (enabled by default)
# readingtime: true