diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-04-26 19:51:29 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-04-26 19:51:29 -0400 |
commit | aae1fe8f424ea52b4d0cd8a266c716470ff1561d (patch) | |
tree | c7413d8651c05fb3ae9132ff3fddde8271913899 /themes/hugo-pt2021 | |
parent | d082582cdb68dd5793175989758fe946a814d049 (diff) | |
download | pablotron.org-aae1fe8f424ea52b4d0cd8a266c716470ff1561d.tar.xz pablotron.org-aae1fe8f424ea52b4d0cd8a266c716470ff1561d.zip |
/data/home/pabs/git/sites/pablotron.org/themes/hugo-pt2021/layouts/partials/head.html: use favicon.png (smaller)
Diffstat (limited to 'themes/hugo-pt2021')
-rw-r--r-- | themes/hugo-pt2021/layouts/partials/head.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/layouts/partials/head.html b/themes/hugo-pt2021/layouts/partials/head.html index 29139d5..3aa90d5 100644 --- a/themes/hugo-pt2021/layouts/partials/head.html +++ b/themes/hugo-pt2021/layouts/partials/head.html @@ -49,6 +49,13 @@ {{- printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML -}} {{- end -}} + {{/* add png favicon (smaller than ico) */}} + <link + rel='icon' + type='image/png' + href='/favicon.png' + /> + {{/* activitypub URL */}} {{- if .Site.Params.activityPubUrl -}} <link |