forked from mirrors/hugo-theme-terminal
partials/head: render a placeholder custom_head.html
This commit is contained in:
@ -50,3 +50,6 @@
|
||||
{{ if .OutputFormats.Get "json" }}
|
||||
<link href="{{ if .OutputFormats.Get "json" }}{{ "feed.json" | absURL }}{{ end }}" rel="alternate" type="application/json" title="{{ $.Site.Title }}" />
|
||||
{{ end }}
|
||||
|
||||
<!-- Custom head section-->
|
||||
{{ partial "custom_head.html" . }}
|
||||
|
Reference in New Issue
Block a user