Skip to content

Commit

Permalink
Error4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRico committed May 24, 2024
1 parent 2c14aa3 commit 38e41fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ <h1>{% if page.title %}{{ page.title }}{% else %}<br/>{% endif %}</h1>
{% if include.type == "page" %}
<hr class="small">
<span class="{{ include.type }}-subheading">{{ page.subtitle }}</span>
<span class="{{ include.type }}-subheading">{{ page.subtitle1 }}</span>
<span class="{{ include.type }}-subheading">{{ page.subtitle2 }}</span>
<span class="{{ include.type }}-subheading">{{ page.subtitle3 }}</span>
{% else %}
<h2 class="{{ include.type }}-subheading">{{ page.subtitle }}</h2>
<h2 class="{{ include.type }}-subheading">{{ page.subtitle1 }}</h2>
<h2 class="{{ include.type }}-subheading">{{ page.subtitle2 }}</h2>
<h2 class="{{ include.type }}-subheading">{{ page.subtitle3 }}</h2>
{% endif %}
{% endif %}

Expand Down

0 comments on commit 38e41fb

Please sign in to comment.