From 1510749c61feed6b7948f538c1bc4709ee2e0112 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 8 May 2026 18:11:41 +0200 Subject: refactor: move contribution graph to footer full-width row, centered Remove sidebar placement. Footer: full-width row, cellSize=12, centered via flex + text-align. Removed sidebar-widget class from partial. contrib-summary text-align: center added. Co-Authored-By: Claude Sonnet 4.6 --- layouts/partials/contribution-graph.html | 3 +-- layouts/partials/footer.html | 6 +++--- layouts/partials/sidebar.html | 5 ----- 3 files changed, 4 insertions(+), 10 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/contribution-graph.html b/layouts/partials/contribution-graph.html index 41cbc90..bc72454 100644 --- a/layouts/partials/contribution-graph.html +++ b/layouts/partials/contribution-graph.html @@ -4,8 +4,7 @@ {{- $label := i18n "contrib_widget_label" -}} {{- $heading := i18n "contrib_heading" -}} - +
+ {{- partial "contribution-graph.html" (dict "cellSize" 12 "page" .) -}} +
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 1c3f020..2047c12 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -62,11 +62,6 @@
- {{- if and (eq .Section "is") (eq .Kind "section") }} - - {{- partial "contribution-graph.html" (dict "cellSize" 8 "page" .) -}} - {{- end }} - -- cgit v1.2.3