diff options
author | Alan Pearce | 2023-06-21 13:21:25 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-21 13:21:25 +0200 |
commit | 6be02cea11848175ead843d2ecad78dd0548a8a4 (patch) | |
tree | 69bcd1f49b4ceeede63d2651004a9edf8c8a6f52 /themes/bear/templates/section.html | |
parent | f8acc923560a4b3fde660256ae7b7a6f9688b306 (diff) | |
download | website-6be02cea11848175ead843d2ecad78dd0548a8a4.tar.lz website-6be02cea11848175ead843d2ecad78dd0548a8a4.tar.zst website-6be02cea11848175ead843d2ecad78dd0548a8a4.zip |
Add skip links for accessibility
Diffstat (limited to 'themes/bear/templates/section.html')
-rw-r--r-- | themes/bear/templates/section.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bear/templates/section.html b/themes/bear/templates/section.html index e596ffb..838e001 100644 --- a/themes/bear/templates/section.html +++ b/themes/bear/templates/section.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block main %} - <main> + <main id="content"> {%- if taxonomy.term %} <h3 style="margin-bottom:0">Filtering for "{{ section.title }}"</h3> <small> |