1.1 KiB
1.1 KiB
layout
| layout |
|---|
| forge |
Highlighted articles
-
{% for post in site.posts %}
{% if post.highlight == true %}
-
{{ post.date | date: "%b %-d, %Y" }}
{{ post.title | escape }}
{% endif %}
{% endfor %}
Categories
{% for folder_name in site.module_order %}
{% assign cat_posts = site.categories[folder_name] %}
{% if cat_posts %}
{% include folder_tree.html name=folder_name posts=cat_posts %}
{% endif %}
{% endfor %}
{% assign sorted_cats = site.categories | sort %} {% for category in sorted_cats %} {% assign cat_name = category[0] %} {% assign cat_posts = category[1] %} {% unless site.module_order contains cat_name %} {% include folder_tree.html name=cat_name posts=cat_posts %} {% endunless %} {% endfor %}