-
Notifications
You must be signed in to change notification settings - Fork 70
Description
In the “Go” theme since version 1.8.11, site-title includes an h1 tag only on the home [static] page, versus using span tags on all other pages.
Example of home page code:
<a class=”display-inline-block no-underline” href=”http://hannambnb.com/” itemprop=”url”><h1 class=”site-title”>Hannam BnB Seoul</h1></a>
Example of all other pages on site:
<a class=”display-inline-block no-underline” href=”http://hannambnb.com/” itemprop=”url”><span class=”site-title”>Hannam BnB Seoul</span></a>
The result is that the site title doesn’t justify consistently from the home page to all other pages, and, while re-sizing pages in the web browser, the site title in the header does not conform to the new dimensions consistently from page to page.
It is my opinion that the way the site title “folds” on the home page with the h1 tag is more attractive than the way it folds on pages without the h1 tag, but that is only my opinion. See the website and experiment!
Tested in the latest versions of Chrome, Firefox and Edge on Win10pro (sorry) and latest WP versions. Reproducibility varies slightly with browser window width.
I’m assuming, correctly I hope, that this was unintentional and not by design? And I'm guessing I'm the only one with that long a title?
Thank you everyone for your hard work!
See live site at https://hannambnb.com to view issue.
This is the home page with the h1 tag:

This is any other page using span:
