summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/contribution-graph.html3
-rw-r--r--layouts/partials/footer.html6
-rw-r--r--layouts/partials/sidebar.html5
3 files changed, 4 insertions, 10 deletions
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" -}}
-<div class="sidebar-widget contrib-widget">
- <p class="sidebar-widget-label"># {{ $heading }}</p>
+<div class="contrib-widget">
<div
id="contrib-graph-{{ $cellSize }}"
class="contrib-container"
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 4287d19..351f1df 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -68,11 +68,11 @@
<dd class="text-text font-mono text-xs">{{ i18n "footer_about_focus_value" }}</dd>
</div>
</dl>
- <div class="mt-4">
- {{- partial "contribution-graph.html" (dict "cellSize" 6 "page" .) -}}
- </div>
</div>
</div>
+ <div class="border-t border-border pt-8 mb-8 flex flex-col items-center">
+ {{- partial "contribution-graph.html" (dict "cellSize" 12 "page" .) -}}
+ </div>
<!-- Copyright Bar -->
<div class="pt-8 border-t border-border text-center text-xs text-text-dim space-y-1">
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 @@
</ul>
</div>
- {{- if and (eq .Section "is") (eq .Kind "section") }}
- <hr class="sidebar-hr">
- {{- partial "contribution-graph.html" (dict "cellSize" 8 "page" .) -}}
- {{- end }}
-
<hr class="sidebar-hr">
<!-- Social sharing widget -->