diff --git a/_includes/layouts/home.njk b/_includes/layouts/home.njk index f2488b1..0aeb0c6 100644 --- a/_includes/layouts/home.njk +++ b/_includes/layouts/home.njk @@ -106,14 +106,6 @@ withSidebar: true {% endif %} -{# Posting Activity — contribution graph #} -{% if collections.posts and collections.posts.length %} -
-

Posting Activity

- {% postGraph collections.posts %} -
-{% endif %} - {# Explore — quick links to key sections #}

Explore

@@ -149,3 +141,11 @@ withSidebar: true
{% endif %} {# end two-tier fallback #} + +{# Posting Activity — contribution graph (shown on all homepage variants) #} +{% if collections.posts and collections.posts.length %} +
+

Posting Activity

+ {% postGraph collections.posts %} +
+{% endif %}