From e01674c287fd18c9ef01d11888a83283a2439380 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Mon, 9 Dec 2019 11:19:24 +0100 Subject: [PATCH] Move baseof to _default folder, making it default view of site --- README.md | 1 - layouts/{docs => _default}/baseof.html | 0 layouts/posts/baseof.html | 30 -------------------------- 3 files changed, 31 deletions(-) rename layouts/{docs => _default}/baseof.html (100%) delete mode 100644 layouts/posts/baseof.html diff --git a/README.md b/README.md index 676fb7e..2fb91ea 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ - Light and Mobile-Friendly - Multi-language support - Customisable -- Designed to not interfere with other layouts - Zero initial configuration - Handy shortcodes diff --git a/layouts/docs/baseof.html b/layouts/_default/baseof.html similarity index 100% rename from layouts/docs/baseof.html rename to layouts/_default/baseof.html 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" . }} - - -