From da66ac1983b586765652f54bf556f268f1e32ff4 Mon Sep 17 00:00:00 2001 From: spf13 Date: Sat, 26 Apr 2014 16:25:13 -0600 Subject: Adding the hyde theme --- layouts/_default/single.html | 15 +++++++++++++++ 1 file changed, 15 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..a6f29b1 --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,15 @@ +{{ template "theme/chrome/head.html" . }} + + +{{ template "theme/chrome/sidebar.html" . }} + +
+
+

{{ .Title }}

+ + {{ .Content }} +
+
+ + + -- cgit v1.2.1-24-ge1ad