Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-05-03 21:42:56 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-03 21:42:56 +0300
commit3114376912fc59fd03c424f1a5b39a693f1aef9f (patch)
treef1204a71b388ad9fc4d072b2efd54380fd0d20fb
parent3cff05e9ec7f1aa69bd79d5a9b7049c3ad840fe9 (diff)
Add date posted to episode page
Fixes #29
-rw-r--r--layouts/episode/single.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/episode/single.html b/layouts/episode/single.html
index 266d203..e233744 100644
--- a/layouts/episode/single.html
+++ b/layouts/episode/single.html
@@ -3,6 +3,7 @@
<div class="row">
<div class="col-md-12">
<h1>{{ title .Title }}</h1>
+ <small>Posted on {{ dateFormat "Monday, Jan 2, 2006" .Date }}</small>
</div>
</div>