Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
silasljennings authored Oct 11, 2024
1 parent 07a46d5 commit fb83668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="row">
<div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1">
<div style="display: flex; justify-content: center;">
<h2 style="display: none">{% if page.title %}{{ page.title | strip_html }}{% else %}<br/>{% endif %}</h2>
<h2 style="hidden">{% if page.title %}{{ page.title | strip_html }}{% else %}<br/>{% endif %}</h2>
{% if page.subtitle %}
{% if include.type == "page" %}
<hr class="small">
Expand Down

0 comments on commit fb83668

Please sign in to comment.