extended_head: init (#44)
* add placeholder template for extending head
This commit is contained in:
parent
7db1be3d73
commit
b720e4a523
2 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
|||
{{- range .AlternativeOutputFormats -}}
|
||||
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">
|
||||
{{ end -}}
|
||||
{{- partial "extend_head.html" . -}}
|
||||
<!-- Misc -->
|
||||
{{- if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
|
||||
{{- template "_internal/google_analytics_async.html" . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue