mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Refine html
This commit is contained in:
parent
d4ed10e4fa
commit
5f823ccb70
@ -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 New Issue
Block a user