mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
taxonomy: add content #712
This commit is contained in:
parent
34b8804977
commit
428b4b65dc
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
{{- $title := default (default .Data.Plural (i18n .Data.Plural)) .Title }}
|
{{- $title := default (default .Data.Plural (i18n .Data.Plural)) .Title }}
|
||||||
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
|
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
|
||||||
|
{{- .Content }}
|
||||||
{{- $lastCapital := "" }}
|
{{- $lastCapital := "" }}
|
||||||
{{- $terms := slice }}
|
{{- $terms := slice }}
|
||||||
{{- range .Data.Terms }}
|
{{- range .Data.Terms }}
|
||||||
|
|
Loading…
Reference in a new issue