Improve category handling. Remove top-bar navigation for now (may bring it back later, in a more customized fashion)

This commit is contained in:
2016-04-12 00:40:17 -04:00
parent 998581a948
commit 4c719fa3cf
6 changed files with 9 additions and 18 deletions

View File

@ -1,5 +1,3 @@
<h1 class="page-heading">{{ include.category | capitalize }}</h1>
<ul class="post-list">
{% for post in site.categories[include.category] limit:include.limit %}
<li>

View File

@ -13,13 +13,6 @@
</svg>
</a>
<div class="trigger">
{% for my_page in site.pages %}
{% if my_page.title %}
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
{% endif %}
{% endfor %}
</div>
</nav>
</div>