From e01674c287fd18c9ef01d11888a83283a2439380 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Mon, 9 Dec 2019 11:19:24 +0100 Subject: Move baseof to _default folder, making it default view of site --- layouts/_default/baseof.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 layouts/_default/baseof.html (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..38630a7 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,30 @@ + + + + + {{ partial "docs/html-head" . }} + {{ partial "docs/inject/head" . }} + + + + +
+ + + +
+ {{ partial "docs/mobile-header" . }} + {{ template "main" . }} + {{ partial "docs/footer" . }} + {{ partial "docs/inject/footer" . }} +
+ + {{ template "toc" . }} +
+ + {{ partial "docs/inject/body" . }} + + + -- cgit v1.2.3