--- layout: layouts/base.njk title: Posting Activity permalink: /graph/ withSidebar: true ---
A contribution-style graph showing posting frequency across all years.
{% if collections.posts and collections.posts.length %} {% postGraph collections.posts, { limit: 0 } %} {% else %}No posts found.
{% endif %}