Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
beccarobins authored Dec 7, 2024
1 parent 1243dfd commit 7d962c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% assign date_format = site.date_format | default: "%B %-d, %Y" %}
<!-- {% assign date_format = site.date_format | default: "%B %-d, %Y" %}
{% if page.cover-img or page.title %}
Expand All @@ -16,7 +16,7 @@
{% endfor %}
{% endfor %}
></div>
{% endif %}
{% endif %} -->

<header class="header-section {% if page.cover-img %}has-img{% endif %}">
{% if page.cover-img %}
Expand All @@ -35,7 +35,7 @@ <h2 class="{{ include.type }}-subheading">{{ page.subtitle | strip_html }}</h2>
{% endif %}
{% endif %}

<!-- {% if include.type == "post" %}
{% if include.type == "post" %}
<span class="post-meta">Posted on {{ page.date | date: date_format }}</span>
{% if page.last-updated %}
<span class="post-meta">
Expand All @@ -46,7 +46,7 @@ <h2 class="{{ include.type }}-subheading">{{ page.subtitle | strip_html }}</h2>
{% if page.readtime %}
{% include readtime.html %}
{% endif %}
{% endif %} -->
{% endif %}
</div>
</div>
</div>
Expand Down

0 comments on commit 7d962c0

Please sign in to comment.