Render .Content on series pages
This commit is contained in:
parent
b5768770de
commit
202d8177be
2 changed files with 20 additions and 3 deletions
|
@ -7,6 +7,12 @@
|
|||
<h1>{{ .Title }}</h1>
|
||||
</header>
|
||||
|
||||
{{ with .Content }}
|
||||
<section>
|
||||
{{ . }}
|
||||
</section>
|
||||
{{ end }}
|
||||
|
||||
<ul>
|
||||
{{- range .Pages -}}
|
||||
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue