1
Fork 0

HIde content details for pages other than content pages

This commit is contained in:
Jake Howard 2020-08-05 17:39:15 +01:00
parent 466797bc05
commit 90b43957b5
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -14,7 +14,7 @@
{{ if .Params.subtitle }}
<h5 class="my-3">{{ markdownify .Params.subtitle | emojify }}</h5>
{{ end }}
{{ if ne .Kind "section" }}
{{ if .IsPage }}
<p>{{ partial "content-details.html" . }}</p>
{{ end }}
{{ if .Content }}