Improve category handling. Remove top-bar navigation for now (may bring it back later, in a more customized fashion)
This commit is contained in:
parent
998581a948
commit
4c719fa3cf
6 changed files with 9 additions and 18 deletions
|
@ -8,7 +8,7 @@ layout: default
|
|||
</header>
|
||||
|
||||
<div class="post-content">
|
||||
{% include category_list.html category=page.data['category'] limit=0 %}
|
||||
{% include category_list.html category=page.category limit=1000000 %}
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue