Merge branch 'helfper-content-template' into 2.0.0

This commit is contained in:
Sören Weber 2021-08-25 01:06:12 +02:00
commit 2ed17741c3
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{{ partial "header.html" . }} {{ partial "header.html" . }}
{{ if eq .Kind "section" }} {{ if eq .Kind "section" }}
{{ .Content }} {{ partial "content.html" . }}
{{end}} {{end}}
{{ if or (eq .Kind "taxonomy") (eq .Kind "term") }} {{ if or (eq .Kind "taxonomy") (eq .Kind "term") }}

View file

@ -1,6 +1,6 @@
{{ partial "header.html" . }} {{ partial "header.html" . }}
{{ .Content }} {{ partial "content.html" . }}
<footer class="footline"> <footer class="footline">
{{with .Params.LastModifierDisplayName}} {{with .Params.LastModifierDisplayName}}

View file

@ -0,0 +1 @@
{{ .Content }}