aboutsummaryrefslogtreecommitdiff
path: root/layouts/incident/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/incident/single.html')
-rw-r--r--layouts/incident/single.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/incident/single.html b/layouts/incident/single.html
new file mode 100644
index 0000000..92ead19
--- /dev/null
+++ b/layouts/incident/single.html
@@ -0,0 +1,13 @@
+{{ partial "meta" . }}
+
+ <body>
+
+ <div class="contain">
+ <a href="{{ .Site.BaseURL }}">← Go back</a>
+
+ <br><br><hr>
+
+ {{ .Render "post"}}
+ </div>
+
+{{ partial "footer" . }}