Cleans up trailing whitespace (#700)

This commit is contained in:
Amy Troschinetz
2020-08-08 17:13:28 -07:00
committed by GitHub
parent 67848364f3
commit 29381b1992
11 changed files with 35 additions and 35 deletions

View File

@ -36,7 +36,7 @@
<h2 class="{{ include.type }}-subheading">{{ page.subtitle }}</h2>
{% endif %}
{% endif %}
{% if include.type == "post" %}
<span class="post-meta">Posted on {{ page.date | date: date_format }}</span>
{% if page.readtime %}
@ -64,7 +64,7 @@
<h2 class="{{ include.type }}-subheading">{{ page.subtitle }}</h2>
{% endif %}
{% endif %}
{% if include.type == "post" %}
<span class="post-meta">Posted on {{ page.date | date: date_format }}</span>
{% if page.readtime %}