fixed bug with news links. fixed style tag in footer.

This commit is contained in:
tomjohnson1492
2016-07-20 07:11:22 -07:00
parent edbed043f3
commit 37a0e4fef0
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ folder: news
<ul class="past">
{% endif %}
{% endunless %}
<li><time>{{ post.date | date:"%d %b" }}</time><a href="{{ post.url }}">{{ post.title }}</a></li>
<li><time>{{ post.date | date:"%d %b" }}</time><a href="{{ post.url | remove: "/"}}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</section>