Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsnjack/kraiklyn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html17
1 files changed, 1 insertions, 16 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 7746744..20c7029 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -2,22 +2,7 @@
{{ partial "logo.html" }}
<h1 class="site-title"><a href="/">{{ .Site.Title }}</a></h1>
<nav class="internal">
- <ul>
- {{ with .Sections }}
- {{ range .ByWeight }}
- <li>
- <li><a href="#{{ .Params.anchor }}">{{ .Title }}</a></li>
- </li>
- {{ if .Pages }}
- <ul>
- {{ range .Pages.ByWeight }}
- <li><a href="#{{ .Params.anchor }}">{{ .Title }}</a></li>
- {{ end }}
- </ul>
- {{ end }}
- {{ end }}
- {{ end }}
- </ul>
+ {{ partial "menu.html" . }}
</nav>
<nav class="external">
{{ with .Site.Menus.shortcuts }}