aboutsummaryrefslogtreecommitdiff
path: root/layouts/docs/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/docs/single.html')
-rw-r--r--layouts/docs/single.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/docs/single.html b/layouts/docs/single.html
new file mode 100644
index 0000000..124695b
--- /dev/null
+++ b/layouts/docs/single.html
@@ -0,0 +1,10 @@
+{{ define "main" }}
+
+{{ partial "breadcrumbs.html" . }}
+
+{{ partial "toc.html" . }}
+
+{{ .Content }}
+
+{{ end }}
+