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 ++++++++++++++++++++++++++++++ layouts/docs/baseof.html | 30 ------------------------------ layouts/posts/baseof.html | 30 ------------------------------ 3 files changed, 30 insertions(+), 60 deletions(-) create mode 100644 layouts/_default/baseof.html delete mode 100644 layouts/docs/baseof.html delete mode 100644 layouts/posts/baseof.html (limited to 'layouts') 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" . }} + + + diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html deleted file mode 100644 index 38630a7..0000000 --- a/layouts/docs/baseof.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - {{ 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" . }} - - - diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html deleted file mode 100644 index 9777d48..0000000 --- a/layouts/posts/baseof.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - {{ 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