aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/polaris/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/polaris/layouts/_default/single.html')
-rw-r--r--themes/polaris/layouts/_default/single.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/polaris/layouts/_default/single.html b/themes/polaris/layouts/_default/single.html
new file mode 100644
index 0000000..d87f112
--- /dev/null
+++ b/themes/polaris/layouts/_default/single.html
@@ -0,0 +1,5 @@
+{{ define "main" }}
+ <h1>{{ .Title }}</h1>
+ <p><em>Written {{ .Date | time.Format "Jan 02 2006" }}.</em></p>
+ {{ .Content }}
+{{ end }}