aboutsummaryrefslogtreecommitdiff
path: root/layouts/news/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/news/single.html')
-rw-r--r--layouts/news/single.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/news/single.html b/layouts/news/single.html
new file mode 100644
index 0000000..2a2d481
--- /dev/null
+++ b/layouts/news/single.html
@@ -0,0 +1,6 @@
+{{define "main"}}
+<header>
+<h2 class="title">{{.PublishDate.Format "Jan 02, 2006"}}</h2>
+</header>
+{{ .Content }}
+{{ end }}