Add Webpack page

This commit is contained in:
Jeremy Thomas
2018-07-14 18:38:27 +01:00
parent 0efd856f52
commit 884d887f44
15 changed files with 482 additions and 44 deletions

View File

@@ -4,7 +4,6 @@
{% assign category_links = category[1] %}
{% assign category_link = site.data.links.by_id[category_id] %}
{% if category_link.name != 'Customize' %}
<div class="bd-category {% if category_id == current_category %}is-active{% endif %}">
<header class="bd-category-header">
<a class="bd-category-toggle">
@@ -33,7 +32,6 @@
{% endfor %}
</ul>
</div>
{% endif %}
{% endfor %}
</nav>