Finished article page

This commit is contained in:
Asutosh Palai
2016-12-26 01:03:56 +05:30
parent 227ba42774
commit 5628819535
6 changed files with 138 additions and 51 deletions

View File

@ -47,7 +47,7 @@
<div class="details">
<div class="head">
<h3 class="title"><a href="{{ post.url }}">{{ post.title }}</a></h3>
<div class="tag"><a href="/category/{{ post.category }}/">{{ post.category }}</a></div>
<div class="tag"><a href="/category/{{ post.category }}/">{{ site.data.categories_name[post.category] }}</a></div>
<span class="date">{{ post.date | date: "%b %e, %Y" | upcase }}</span>
</div>
{% if forloop.index < 3 %}