From a865dcbb69b0541ccdab941eede8c3005dfed9c7 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 8 May 2026 17:39:07 +0200 Subject: feat: add contribution graph widget Sidebar (/is pages, cellSize=8) and footer (sitewide, cellSize=6). Fetches /contributions.json, split-cell linear-gradient rendering (gitolite=green/accent2, github=purple/accent), opacity intensity levels, month labels, tooltip, i18n IT/EN. WCAG 2.1 AA compliant. Co-Authored-By: Claude Sonnet 4.6 --- layouts/partials/footer.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'layouts/partials/footer.html') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index aec694b..4287d19 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -68,6 +68,9 @@
{{ i18n "footer_about_focus_value" }}
+
+ {{- partial "contribution-graph.html" (dict "cellSize" 6 "page" .) -}} +
-- cgit v1.2.3