Wrap text
|
|
Archives
This would be much nicer with jamis' month_drop thingy.
{{ '' | section | months | assign_to: 'home_section' }}
{% for month in home_section.months %}
{{ home_section | monthly_articles: month | size | assign_to: 'articles_count' }}
{% if articles_count > 0 %}
- {{ home_section | link_to_month: month }} ({{ articles_count }})
{% endif %}
{% endfor %}
|