summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/blog/single.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 675618c..605d210 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -2,6 +2,7 @@
<header class="blog__header">
<a href="/blog">/~/blog/</a>: {{ .Title }}
</header>
+<div class="blog__date">{{ .Date.Format "2006.01.02" }}</div>
<article class="post__content">
{{ .Content }}
</article>