{# Posting Activity Section — configurable post-graph contribution grid #} {% set sectionConfig = section.config or {} %} {% set graphTitle = sectionConfig.title or "Posting Activity" %} {% if collections.posts and collections.posts.length %}

{{ graphTitle }}

{% set graphOptions = {} %} {% if sectionConfig.years and sectionConfig.years.length %} {% set graphOptions = { only: sectionConfig.years } %} {% elif sectionConfig.limit %} {% set graphOptions = { limit: sectionConfig.limit } %} {% endif %} {% postGraph collections.posts, graphOptions %} View full history
{% endif %}