summaryrefslogtreecommitdiff
path: root/layouts/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/docs/index.html')
-rw-r--r--layouts/docs/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/docs/index.html b/layouts/docs/index.html
new file mode 100644
index 0000000..9b519ff
--- /dev/null
+++ b/layouts/docs/index.html
@@ -0,0 +1,7 @@
+{{ define "title" }}
+ {{ .Title }} – {{ .Site.Title }}
+{{ end }}
+
+{{ define "main" }}
+ <div>{{ .Content }}</div>
+{{ end }} \ No newline at end of file