summaryrefslogtreecommitdiffstats
path: root/layouts/bunkerage/single.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--layouts/bunkerage/single.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/bunkerage/single.html b/layouts/bunkerage/single.html
new file mode 100644
index 0000000..3ef8472
--- /dev/null
+++ b/layouts/bunkerage/single.html
@@ -0,0 +1,13 @@
+{{ define "main" }}
+
+<style type="text/css" media="screen">
+ li {
+ margin-bottom: 1.2em;
+ }
+</style>
+
+<h2 class="title">{{ .Title }}</h2>
+
+{{ .Content }}
+
+{{ end }}