File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 2828{{ partialCached "head/css.html" . -}}
2929{{- partialCached "fonts.html" . -}}
3030{{- partialCached "head/js.html" . -}}
31- < link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon.png ">
32- < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png ">
33- < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/favicon-16x16.png ">
34- < link rel ="manifest " href ="/site.webmanifest ">
31+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon.png "/ >
32+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png "/ >
33+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/favicon-16x16.png "/ >
34+ < link rel ="manifest " href ="/site.webmanifest "/ >
3535<!-- https://gohugo.io/templates/rss/#include-feed-reference -->
3636{{- with .OutputFormats.Get "rss" }}
3737 {{- printf `< link rel =%q type =%q href =%q title =%q > ` .Rel .MediaType.Type .Permalink site.Title | safeHTML -}}
38- {{- end -}}{{- /* Trim EOF */ -}}
38+ {{- end -}}
39+ <!-- Add your custom headers here -->
40+ {{- partial "head-custom.html" . -}}
41+ {{- /* Trim EOF */ -}}
You can’t perform that action at this time.
0 commit comments