You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It seems that the variable page-title isn't pulling the variable page.contentTitle. If the page.title and page.contentTitle are defined in the front matter, we have 2 h1tags on a page, one for each variable.
gcweb-jekyll/_layouts/default.html
Line 15 in 22e354f
Describe the bug
It seems that the variable
page-title
isn't pulling the variablepage.contentTitle
. If thepage.title
andpage.contentTitle
are defined in the front matter, we have 2h1
tags on a page, one for each variable.To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should have one
h1
tag pulling its content frompage.contentTitle
, unless twoh1
are explicitly required.Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: