0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Rename site/data/nav.yml to sidebar.yml.

This commit is contained in:
XhmikosR 2019-07-26 17:22:08 +03:00
parent 9131e3e401
commit 8570d86d79
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{{- $page_slug := index $url (sub (len $url) 2) -}}
<ul class="list-unstyled">
{{- range $group := .Site.Data.nav -}}
{{- range $group := .Site.Data.sidebar -}}
{{- $link := $group.title -}}
{{- $link_slug := $link | urlize -}}