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:
Diffstat (limited to 'layouts/episode/single.html')
-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>