From 0da6ee8846f597ac897646a2f33521a1efe0655c Mon Sep 17 00:00:00 2001
From: Matt Kohls <mattkohls13@gmail.com>
Date: Sat, 6 Jun 2020 18:16:00 -0400
Subject: Initial work on theme

---
 layouts/_default/single.html | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 layouts/_default/single.html

(limited to 'layouts/_default/single.html')

diff --git a/layouts/_default/single.html b/layouts/_default/single.html
new file mode 100644
index 0000000..ca37c7f
--- /dev/null
+++ b/layouts/_default/single.html
@@ -0,0 +1,8 @@
+{{ partial "header.html" . }}
+<main>
+	{{ partial "titleblock.html" . }}
+
+	{{ .Content }}
+
+</main>
+{{ partial "footer.html" . }}
-- 
cgit v1.2.3