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 75de4e4 commit e224693
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;">
<h3 style="color: gray;">{% if page.title %}{{ page.title | strip_html }}{% else %}<br/>{% endif %}</h3>
<h3 style="color: #cbcbcb;">{% if page.title %}{{ page.title | strip_html }}{% else %}<br/>{% endif %}</h3>
{% if page.subtitle %}
{% if include.type == "page" %}
<hr class="small">
Expand Down

0 comments on commit e224693

Please sign in to comment.