diff doc/_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 9cfdbfc6d8ed
children 33124f6dc1c4
line wrap: on
line diff
--- a/doc/_templates/layout.html	Thu Feb 02 12:55:27 2023 -0500
+++ b/doc/_templates/layout.html	Wed Feb 15 10:36:09 2023 -0500
@@ -143,7 +143,7 @@
 {%- block extrahead %} {% endblock %}
   </head>
   <body>
-    <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">

Roundup Issue Tracker: http://roundup-tracker.org/