summaryrefslogtreecommitdiff
path: root/_layouts/home.html
diff options
context:
space:
mode:
authorNicolas Kuttler <git@kuttler.eu>2015-02-12 01:29:15 +0100
committerNicolas Kuttler <git@kuttler.eu>2015-02-12 01:29:15 +0100
commit27c911c3ea5bc5c1a0db37003c72dbea3801319c (patch)
tree74f1988c53af5302c05807c66dbe75beabc64377 /_layouts/home.html
parent50362a666ecfbc15d6beec2a4a89346526ac2e69 (diff)
downloadirssi.github.io-27c911c3ea5bc5c1a0db37003c72dbea3801319c.zip
Display meta information about posts
The date will be displayed with an ordinal indicator when available.
Diffstat (limited to '_layouts/home.html')
-rw-r--r--_layouts/home.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/home.html b/_layouts/home.html
index 9a2976a..e0e2187 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -6,6 +6,8 @@ layout: default
{% for post in paginator.posts %}
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
+ {% assign node=post %}
+ {% include postmeta.html %}
{{ post.content | markdownify }}
{% endfor %}