Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jays1204 committed Feb 12, 2022
1 parent dfe5231 commit c112765
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{% for post in paginator.posts %}

<article class="home">

<span class="post-date">
{% assign d = post.date | date: "%d" | plus:'0' %}
{{ post.date | date: "%B" }}
Expand Down Expand Up @@ -42,7 +41,6 @@ <h2>
<hr/>

<ul class="pager">

{% if paginator.previous_page %}
<li class="previous">
{% if paginator.previous_page == 1 %}
Expand Down Expand Up @@ -70,5 +68,4 @@ <h2>
<a>Older &rarr;</a>
</li>
{% endif %}

</ul>

0 comments on commit c112765

Please sign in to comment.