fix article link, before is 404 status

This commit is contained in:
piharpi
2019-03-24 23:10:51 +07:00
parent 4c03566fc6
commit 84ea049b71

View File

@@ -5,7 +5,7 @@
{% for post in site.tags[tag_name] %}
<article class="list-post tips">
<header class="list-post-header tips">
<h2 class="list-post-title"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
<h2 class="list-post-title"><a href="{{ post.url | absolute_url }}">{{ post.title }}</a></h2>
</header>
<small class="list-post-meta tips-time">
<time datetime="{{ post.date | date_to_xmlschema }}">{{ post.categories | first | capitalize }}</time>