{% capture css %} {% render "../../assets/styles/widgets/post-graph.css" %} {% endcapture %}
{% assign years = postYears | reverse %} {%- for year in years %}
{{ year.year }}
{{ year.postCount }}
{% endfor %}