~xdavidwu/xdavidwu.link

f9ac13eff71b1b4fac2ab07ecb1989ca826e4900 — Michael Rose 8 years ago 47fd353
Add title to nav_list helper
M _docs/01-quick-start-guide.md => _docs/01-quick-start-guide.md +1 -0
@@ 3,6 3,7 @@ title: "Quick-Start Guide"
permalink: /docs/quick-start-guide/
excerpt:
sidebar:
  title: "v3.0"
  nav: docs
---


M _docs/02-structure.md => _docs/02-structure.md +1 -0
@@ 3,6 3,7 @@ title: "Structure"
permalink: /docs/structure/
excerpt:
sidebar:
  title: "v3.0"
  nav: docs
---


M _docs/03-installation.md => _docs/03-installation.md +1 -0
@@ 3,6 3,7 @@ title: "Installation"
permalink: /docs/installation/
excerpt:
sidebar:
  title: "v3.0"
  nav: docs
---


M _docs/04-upgrading.md => _docs/04-upgrading.md +1 -0
@@ 3,6 3,7 @@ title: "Upgrading"
permalink: /docs/upgrading/
excerpt:
sidebar:
  title: "v3.0"
  nav: docs
---


M _docs/docs-2.md => _docs/docs-2.md +1 -0
@@ 2,6 2,7 @@
title: "v2 Documentation"
excerpt: "Minimal Mistakes Jekyll theme version 2 setup and installation instructions."
sidebar:
  title: "v3.0"
  nav: docs
---


M _includes/nav_list => _includes/nav_list +1 -0
@@ 2,6 2,7 @@
{% assign navigation = site.data.navigation[page.sidebar.nav] %}

<nav class="nav__list">
  {% if page.sidebar.title %}<header><h4>{{ page.sidebar.title }}</h4></header>{% endif %}
  <ul>
    {% for nav in navigation %}
      <li><span class="nav__sub-title">{{ nav.title }}</span>