Added underlining to nav links

This commit is contained in:
Asutosh Palai
2016-07-16 07:07:47 -04:00
parent 2f7aa7db3e
commit 9831484e9e
2 changed files with 9 additions and 8 deletions

View File

@ -44,7 +44,7 @@ title: "Home"
<img src="/images/posts/{{ post.image }}" class="img-center-fill {% if post.image == null %}hidden{% endif %}">
</div>
<div class="details text-center">
<span class="tag">{{ post.category }}</span>
<div class="tag">{{ post.category }}</div>
<h3 class="title">{{ post.title }}</h3>
<p class="excerpt">{% if post.excerpt != null %}{{ post.excerpt | markdownify | truncate: 75 }}{% endif %}</p>
</div>