summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/top/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/rusticus/layouts/top/single.html')
-rw-r--r--themes/rusticus/layouts/top/single.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/rusticus/layouts/top/single.html b/themes/rusticus/layouts/top/single.html
new file mode 100644
index 0000000..3a977e9
--- /dev/null
+++ b/themes/rusticus/layouts/top/single.html
@@ -0,0 +1,12 @@
+
+{{ partial "header/header.html" . }}
+
+<main class="single">
+ <h1>{{ .Title }}</h1>
+ <section>
+ {{ .Content }}
+ </section>
+</main>
+{{ partial "aside.html" . }}
+
+{{ partial "footer/footer.html" . }}