--- layout: layouts/base.njk title: Posting Activity permalink: /graph/ withSidebar: true ---

Posting Activity

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 %}