From 43974d0908a341ef8dd5d100a63563784fdbf70c Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 5 Sep 2018 16:22:04 +0200 Subject: Initial commit --- layouts/docs/baseof.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 layouts/docs/baseof.html (limited to 'layouts/docs/baseof.html') diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html new file mode 100644 index 0000000..7f05ac8 --- /dev/null +++ b/layouts/docs/baseof.html @@ -0,0 +1,25 @@ + + + + {{ partial "book-html-head" . }} + {{ .Site.Title }} + + + +
+
+ {{ partial "book-nav" . }} +
+
+
+
+ {{ block "main" . }}{{ end }} +
+
+ {{ partial "book-toc" . }} +
+
+
+
+ + \ No newline at end of file -- cgit v1.2.3