about summary refs log tree commit diff
path: root/themes/researcher/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/researcher/layouts/_default/single.html')
-rw-r--r--themes/researcher/layouts/_default/single.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/researcher/layouts/_default/single.html b/themes/researcher/layouts/_default/single.html
new file mode 100644
index 0000000..2bc2b1e
--- /dev/null
+++ b/themes/researcher/layouts/_default/single.html
@@ -0,0 +1,5 @@
+{{ define "main" }}
+<div class="container">
+    {{ .Content }}
+</div>
+{{ end }}