HIde content details for pages other than content pages
This commit is contained in:
parent
466797bc05
commit
90b43957b5
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue