aboutsummaryrefslogtreecommitdiff
path: root/_includes/grid.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/grid.html')
-rw-r--r--_includes/grid.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/grid.html b/_includes/grid.html
index 89950b1..dcaa799 100644
--- a/_includes/grid.html
+++ b/_includes/grid.html
@@ -62,9 +62,10 @@
<div class="post-preview col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<a href="{{ post.url | prepend: site.baseurl }}">
<h2 class="post-title">
- {{ post.title }}{% if post.subtitle %}.<small class="post-subtitle"> {{ post.subtitle }}</small>{% endif %}
+ {{ post.title }}
</h2>
</a>
+ {% if post.subtitle %}<h3 class="post-subtitle-list"> {{ post.subtitle }}</h3>{% endif %}
{% include postmeta.html date=post.date tags=post.tags %}