summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/blog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/blog.html b/_layouts/blog.html
index fb2afa0..72d7aa3 100644
--- a/_layouts/blog.html
+++ b/_layouts/blog.html
@@ -5,6 +5,7 @@
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_long_string }}</span> <a href="{{ post.url | prepend: site.baseurl}}" title="{{ post.title }}">{{ post.title }}</a></li>
+ <li><span>{{ post.subtitle }}</span></li>
{% endfor %}
</ul>
</div>