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" . }} - - -