Skip to content

Commit f03f92c

Browse files
committed
Remove trailing whitespace
1 parent f084059 commit f03f92c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

_layouts/news.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
2424

2525
<p class="post-info">Posted by {{ post.author }} on {{ post.date | date_to_string }}</p>
2626
</div>
27-
{% endfor %}
27+
{% endfor %}
2828
</div>
2929
</div>
3030
<hr class="hidden-modern" />

_layouts/news_archive_month.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ <h1>{{ page.title }}</h1>
1414
{% for post in page.posts %}
1515
<div class="post">
1616
<h3>{{ post.title }}</h3>
17-
17+
1818
<p>
1919
{{ post.content | markdownify | strip_html | truncatewords: 25 }}
2020
</p>
21-
21+
2222
<p><a href="{{ post.url }}">Continue Reading...</a></p>
23-
23+
2424
<p class="post-info">Posted by {{ post.author }} on {{ post.date | date_to_string }}</p>
2525
</div>
2626
{% endfor %}

_layouts/news_archive_year.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ <h1>{{ page.title }}</h1>
1414
{% for post in page.posts %}
1515
<div class="post">
1616
<h3>{{ post.title }}</h3>
17-
17+
1818
<p>
1919
{{ post.content | markdownify | strip_html | truncatewords: 25 }}
2020
</p>
21-
21+
2222
<p><a href="{{ post.url }}">Continue Reading...</a></p>
23-
23+
2424
<p class="post-info">Posted by {{ post.author }} on {{ post.date | date_to_string }}</p>
2525
</div>
2626
{% endfor %}

0 commit comments

Comments
 (0)