Turn <p> into <h1> on list and terms pages.
This commit is contained in:
parent
4569349b15
commit
bf092cc61e
@ -1,6 +1,6 @@
|
||||
{{- define "main" }}
|
||||
<section aria-labelledby="nocolor_list">
|
||||
<p id="nocolor_list">{{ .Title }}:</p>
|
||||
<h1 id="nocolor_list">{{ .Title }}:</h1>
|
||||
<ul>
|
||||
{{- range .Paginator.Pages }}
|
||||
<li role="article">
|
||||
|
@ -1,6 +1,6 @@
|
||||
{{- define "main" }}
|
||||
<section aria-labelledby="nocolor_terms">
|
||||
<p id="nocolor_terms">{{ .Title }}:</p>
|
||||
<h1 id="nocolor_terms">{{ .Title }}:</h1>
|
||||
<ul>
|
||||
{{- range .Data.Terms.ByCount }}
|
||||
{{ $count := .Count }}
|
||||
|
Reference in New Issue
Block a user