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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/episode/single.html b/layouts/episode/single.html
index b1ba058..cd57805 100644
--- a/layouts/episode/single.html
+++ b/layouts/episode/single.html
@@ -4,9 +4,9 @@
<div class="col">
<h1>{{ title .Title }}</h1>
{{- if ne $.Params.upcoming true -}}
- <small>Posted on {{ dateFormat "Monday, Jan 2, 2006" .Date }}</small>
+ <small>Posted on {{ dateFormat "Monday, Jan 2, 2006" .Date }} {{ partial "episode-metadata.html" .}}</small>
{{- else -}}
- <small>Scheduled for {{ dateFormat "Monday, Jan 2, 2006" .Date }}</small>
+ <small>Scheduled for {{ dateFormat "Monday, Jan 2, 2006" .Date }} {{ partial "episode-metadata.html" .}}</small>
{{- end -}}
</div>
</div>