Mercurial > p > roundup > code
diff website/www/_templates/layout.html @ 7133:b5b1f2830e23
Remove duplicate h1 headers from website
Each page has an H1 header in the main part of the page. The class=header
block also had an H1 enclosing "Roundup". This isn't useful as an H1
header. The page title includes Roundup as well so I demoted the
class=header H1 to a label but styled it the same.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 15 Feb 2023 10:36:09 -0500 |
| parents | 1800964b9347 |
| children | 33124f6dc1c4 |
line wrap: on
line diff
--- a/website/www/_templates/layout.html Thu Feb 02 12:55:27 2023 -0500 +++ b/website/www/_templates/layout.html Wed Feb 15 10:36:09 2023 -0500 @@ -73,7 +73,7 @@ </head> <body> <div id="skiplink"><a href="#main">Skip to main content</a></div> - <div class="header"><h1>Roundup</h1> + <div class="header"><div class="label">Roundup</div> {%- if pagename != "search" %} <div id="searchbox" style="display: none"> <form class="search" action="{{ pathto('search') }}" method="get">
