summaryrefslogtreecommitdiff
path: root/layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/page.html')
-rw-r--r--layouts/page.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/page.html b/layouts/page.html
new file mode 100644
index 0000000..cea54ae
--- /dev/null
+++ b/layouts/page.html
@@ -0,0 +1,7 @@
+{{ define "main" }}
+<div class="single">
+ <h2>{{ .Title }}</h2>
+ <h4> Published on {{ .Date.Format "2006/01/02" }}</h4>
+ {{ .Content }}
+</div>
+{{ end }}