fixing permalink note in post docs. fixing permalink on news.html file.

This commit is contained in:
tomjohnson1492
2016-07-20 07:18:35 -07:00
parent 37a0e4fef0
commit 3d0af7420b
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ folder: news
{% for post in site.posts limit:10 %}
<h2><a class="post-link" href="{{ post.url }}">{{ post.title }}</a></h2>
<h2><a class="post-link" href="{{ post.url | remove: "/" }}">{{ post.title }}</a></h2>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }} /
{% for tag in post.tags %}
<a href="{{ "tag_" | append: {{tag}}.html">{{tag}}</a>{% unless forloop.last %}, {% endunless%}