added single layout because articles need it. Might consider moving it to articles...
[theme-danix.xyz.git] / layouts / post / single.html
diff --git a/layouts/post/single.html b/layouts/post/single.html
new file mode 100644 (file)
index 0000000..e475272
--- /dev/null
@@ -0,0 +1,7 @@
+{{ define "page-main" }}
+<article class="single-page">
+       <div id="page-content">
+               {{ .Content }}
+       </div>
+</article>
+{{ end }}