Layout improvements.
This commit is contained in:
parent
440a2a4d4f
commit
6c9765d3d5
3 changed files with 7 additions and 6 deletions
|
@ -3,8 +3,8 @@ layout: default
|
|||
---
|
||||
<div class="home">
|
||||
{% for category in site.categories %}
|
||||
{% if category.first == "meta" %} {% continue %} {% endif %}
|
||||
<div class="column">
|
||||
{% if category.first == "meta" %} {% continue %} {% endif %}
|
||||
<div class="column col-{{site.categories.size | minus: 1}}">
|
||||
{% include category_list.html category=category.first %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue