Remove redundant code

This commit is contained in:
2020-03-01 17:29:37 +00:00
parent 13174901d7
commit baa4b7ce20

View File

@@ -30,8 +30,6 @@
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i> <i class="material-icons mdc-list-item__graphic" aria-hidden="true">assignment</i>
<span class="mdc-list-item__text">{{ article.title }}</span> <span class="mdc-list-item__text">{{ article.title }}</span>
</a> </a>
{% if currentdate != date %}
{% endif %}
{% if article.url == site.categories.articles.last.url %} {% if article.url == site.categories.articles.last.url %}
</div> </div>
{% endif %} {% endif %}