Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 7132:c087ad45bf4d | 7133:b5b1f2830e23 |
|---|---|
| 71 {%- endif %} | 71 {%- endif %} |
| 72 {%- endblock %} | 72 {%- endblock %} |
| 73 </head> | 73 </head> |
| 74 <body> | 74 <body> |
| 75 <div id="skiplink"><a href="#main">Skip to main content</a></div> | 75 <div id="skiplink"><a href="#main">Skip to main content</a></div> |
| 76 <div class="header"><h1>Roundup</h1> | 76 <div class="header"><div class="label">Roundup</div> |
| 77 {%- if pagename != "search" %} | 77 {%- if pagename != "search" %} |
| 78 <div id="searchbox" style="display: none"> | 78 <div id="searchbox" style="display: none"> |
| 79 <form class="search" action="{{ pathto('search') }}" method="get"> | 79 <form class="search" action="{{ pathto('search') }}" method="get"> |
| 80 <input type="text" aria-label="Enter search terms" | 80 <input type="text" aria-label="Enter search terms" |
| 81 name="q" size="18" autocomplete="on" /> | 81 name="q" size="18" autocomplete="on" /> |
