mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Add custom head partial to basic template.
This commit is contained in:
parent
a57189d85f
commit
1543bf4e19
@ -30,6 +30,10 @@
|
||||
{{ partial "site-favicon.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.custom_head_partial }}
|
||||
{{ partial .Site.Params.custom_head_partial . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .RSSLink }}
|
||||
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||
<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user