aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-pt2021/layouts')
-rw-r--r--themes/hugo-pt2021/layouts/partials/head.html7
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