Refine html
This commit is contained in:
parent
d4ed10e4fa
commit
5f823ccb70
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@
|
|||
|
||||
{{ if not .IsHome }}
|
||||
<header class="page-header">
|
||||
<h1>
|
||||
{{ if eq .Data.Singular "tag" }}{{ .Data.Term }}{{ else }}Posts{{ end }}
|
||||
</h1>
|
||||
<h1>{{ if eq .Data.Singular "tag" }}{{ .Data.Term }}{{ else }}Posts{{ end }}</h1>
|
||||
</header>
|
||||
{{ end }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue