Add classes for terms and list pages.
This commit is contained in:
parent
2a08b25998
commit
74c3fc4a51
|
@ -1,5 +1,5 @@
|
|||
{{- define "main" }}
|
||||
<section aria-labelledby="nocolor_list">
|
||||
<section class="list" aria-labelledby="nocolor_list">
|
||||
<h1 id="nocolor_list">{{ .Title }}:</h1>
|
||||
<ul>
|
||||
{{- range .Paginator.Pages }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{- define "main" }}
|
||||
<section aria-labelledby="nocolor_terms">
|
||||
<section class="terms" aria-labelledby="nocolor_terms">
|
||||
<h1 id="nocolor_terms">{{ .Title }}:</h1>
|
||||
<ul>
|
||||
{{- range .Data.Terms.ByCount }}
|
||||
|
|
Reference in New Issue
Block a user