Should Subsites Page template use a h1 instead of h2
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3584448. --> Reported by: [markconroy](https://www.drupal.org/user/336910) Related to !9 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>We are using a h2 element in our main node template for Subsite Pages. <a href="https://git.drupalcode.org/project/localgov_subsites/-/blob/2.x/templates/node--localgov-subsites-page--full.html.twig?ref_type=heads#L19">https://git.drupalcode.org/project/localgov_subsites/-/blob/2.x/templates/node--localgov-subsites-page--full.html.twig?ref_type=heads#L19</a></p> <p>But we don't have the page title block printed on this content type, so we never have a h1.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Try to find a h1 on a subsite page.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Change the h2 to a h1 in the node--localgov_subsites-page.html.twig file.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue