mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 10:31:39 +01:00
Update tag page
This commit is contained in:
parent
ed76efe036
commit
7ce5ae53af
@ -2,12 +2,9 @@
|
||||
|
||||
{{ if not .IsHome }}
|
||||
<header class="page-header">
|
||||
{{ if eq .Data.Singular "tag" }}
|
||||
<div class="tagged">Tagged in</div>
|
||||
<h1>{{ .Data.Term }}</h1>
|
||||
{{ else }}
|
||||
<h1>Posts</h1>
|
||||
{{ end }}
|
||||
<h1>
|
||||
{{ if eq .Data.Singular "tag" }}{{ .Data.Term }}{{ else }}Posts{{ end }}
|
||||
</h1>
|
||||
</header>
|
||||
{{ end }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user