summaryrefslogtreecommitdiffstats
path: root/_default.template.html
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-25 12:01:45 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-25 12:01:45 +0100
commitbbfc4a9a5c138129e3b5d0b2aaeacb59db484b14 (patch)
treeb46cfaf5e00457874ac030a9f7e247f070424351 /_default.template.html
parent052eebee4f11d7b6ad9a014ce05486a3402a308a (diff)
downloadmksite-alpine-bbfc4a9a5c138129e3b5d0b2aaeacb59db484b14.tar.bz2
mksite-alpine-bbfc4a9a5c138129e3b5d0b2aaeacb59db484b14.tar.xz
add a pubdate over the heading when it is set
Diffstat (limited to '_default.template.html')
-rw-r--r--_default.template.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/_default.template.html b/_default.template.html
index d1892f9..9f8d18d 100644
--- a/_default.template.html
+++ b/_default.template.html
@@ -31,6 +31,9 @@
</header>
<div class="hidden">
<article>
+ {{#pubdate}}
+ <p><time>{{pubdate}}</time></p>
+ {{/pubdate}}
<!-- content -->
{{{content}}}