Add categories to cookbook
This commit is contained in:
parent
f5a7217b3f
commit
a06217bbee
17 changed files with 273 additions and 20 deletions
|
@ -2,6 +2,8 @@
|
|||
{% assign url_parts = page.url | split: '/' %}
|
||||
{% if url_parts[1] == 'components' %}
|
||||
{% include asides/component_navigation.html | compact_newlines %}
|
||||
{% elsif url_parts[1] == 'cookbook' %}
|
||||
{% include asides/cookbook_navigation.html | compact_newlines %}
|
||||
{% else %}
|
||||
{% include asides/about.html %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue