Commit a0309f1d97b0f84149a012005342f06881034ab3
Show a skip-link on series pages
Grey Nicholson committed on 10/2/2021, 6:51:15 PMParent: dbc49e1d77f4e79a1eae73e1331a73d9ecc5586f
Files changed
generator/templates/series.py | changed |
generator/templates/series.py | ||
---|---|---|
@@ -74,8 +74,11 @@ | ||
74 | 74 … | <body class="{colour_class}"> |
75 | 75 … | <header> |
76 | 76 … | <div class="decoration"></div> |
77 | 77 … | <h1>{series}</h1> |
78 … | + <nav> | |
79 … | + <a href="#menu"><strong>Other lists of entries ↓</strong></a> | |
80 … | + </nav> | |
78 | 81 … | </header> |
79 | 82 … | <main> |
80 | 83 … | <hr/> |
81 | 84 … | <nav> |
Built with git-ssb-web