mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +00:00
Update site layouts
This commit is contained in:
parent
a1c0777c39
commit
8f68e1af9d
@ -1,5 +1,6 @@
|
||||
{{- define "main" -}}
|
||||
|
||||
<main>
|
||||
<h1>{{ .Title }}</h1>
|
||||
|
||||
{{ .Content }}
|
||||
@ -23,6 +24,5 @@
|
||||
</section>
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
|
||||
</main>
|
||||
{{- end -}}
|
||||
|
||||
|
@ -5,11 +5,10 @@
|
||||
{{- partial "head_extended.html" . -}}
|
||||
</head>
|
||||
<body>
|
||||
{{- partial "components/theme-button.html" . }}
|
||||
{{- partial "header.html" . -}}
|
||||
<hr>
|
||||
<hr aria-hidden="true">
|
||||
{{- block "main" . }}{{- end }}
|
||||
<hr>
|
||||
<hr aria-hidden="true">
|
||||
{{- partial "footer.html" . -}}
|
||||
{{- if hugo.IsProduction -}}
|
||||
<script data-goatcounter="https://foo-dogsquared.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user