Add classes for terms and list pages.

This commit is contained in:
tastytea 2021-08-09 17:14:31 +02:00
parent 2a08b25998
commit 74c3fc4a51
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}