update baseof
This commit is contained in:
parent
a3f09559e4
commit
c9c48d1650
1 changed files with 9 additions and 0 deletions
|
@ -6,10 +6,18 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
{{- partial "favicon.html" . -}}
|
{{- partial "favicon.html" . -}}
|
||||||
|
{{ if .IsHome }}
|
||||||
|
<title>{{ .Site.Title }}</title>
|
||||||
|
{{ else }}
|
||||||
<title>{{- block "title" . }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{- end }}</title>
|
<title>{{- block "title" . }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{- end }}</title>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{- partial "seo_tags.html" . -}}
|
{{- partial "seo_tags.html" . -}}
|
||||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||||
|
<script
|
||||||
|
data-goatcounter="{{ .Site.Params.goatcounter }}"
|
||||||
|
async src="https://gc.zgo.at/count.js">
|
||||||
|
</script>
|
||||||
|
|
||||||
{{ $style := resources.Get "style.css" | minify }}
|
{{ $style := resources.Get "style.css" | minify }}
|
||||||
<link href="{{ $style.RelPermalink }}" rel="stylesheet">
|
<link href="{{ $style.RelPermalink }}" rel="stylesheet">
|
||||||
|
@ -40,6 +48,7 @@
|
||||||
</header>
|
</header>
|
||||||
<main id="main-content">
|
<main id="main-content">
|
||||||
{{- block "main" . }}{{- end }}
|
{{- block "main" . }}{{- end }}
|
||||||
|
{{- partial "custom_main.html" . -}}
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
{{- partial "footer.html" . -}}
|
{{- partial "footer.html" . -}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue