moved to single.html
This commit is contained in:
parent
739499b106
commit
1008d92e4a
3 changed files with 5 additions and 5 deletions
|
@ -8,9 +8,7 @@
|
||||||
{{ template "_internal/twitter_cards.html" . }}
|
{{ template "_internal/twitter_cards.html" . }}
|
||||||
<!------ ADD PAGE SPECIFIC HEADERS ------->
|
<!------ ADD PAGE SPECIFIC HEADERS ------->
|
||||||
{{ block "header" . }} {{ end }}
|
{{ block "header" . }} {{ end }}
|
||||||
{{ with .Params.relcanonical }}
|
|
||||||
{{ partial "misc/canonical.html" . }}
|
|
||||||
{{ end }}
|
|
||||||
<!--================= add analytics if enabled =========================-->
|
<!--================= add analytics if enabled =========================-->
|
||||||
{{- partial "analytics.html" . -}}
|
{{- partial "analytics.html" . -}}
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
{{ define "header" }}
|
{{ define "header" }}
|
||||||
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Title }}{{ end }}" />
|
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Title }}{{ end }}" />
|
||||||
|
{{ with .Params.relcanonical }}
|
||||||
|
<link rel="canonical" href="{{ . | relLangURL }}" itemprop="url" />
|
||||||
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ define "navbar" }}
|
{{ define "navbar" }}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
<link rel="canonical" href="{{ . | relLangURL }}" itemprop="url" />
|
|
Loading…
Add table
Add a link
Reference in a new issue