From ca37d7488c726452739da68f9a096e0d8467d264 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 12 Sep 2018 14:21:46 +0200 Subject: Fill theme.toml, refactor injection partials --- layouts/partials/book/nav.html | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 layouts/partials/book/nav.html (limited to 'layouts/partials/book/nav.html') diff --git a/layouts/partials/book/nav.html b/layouts/partials/book/nav.html deleted file mode 100644 index 929b1b7..0000000 --- a/layouts/partials/book/nav.html +++ /dev/null @@ -1,5 +0,0 @@ -{{ if .Site.Params.BookMenuBundle }} - {{ partial "book/nav-bundle" . }} -{{ else }} - {{ partial "book/nav-tree" . }} -{{ end }} \ No newline at end of file -- cgit v1.2.3