fix: add right-sidebar
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 8s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 3s
Blog Deployment / Merge (push) Has been skipped
Blog Deployment / Deploy-Production (push) Has been skipped
Blog Deployment / Test-Production (push) Has been skipped
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Has been skipped

This commit is contained in:
2025-06-23 19:10:22 +00:00
parent ecb5bccd77
commit 299c13cb9f

View File

@@ -24,3 +24,7 @@
{{- partial "pagination.html" . -}} {{- partial "pagination.html" . -}}
{{- partial "footer/footer" . -}} {{- partial "footer/footer" . -}}
{{ end }} {{ end }}
{{ define "right-sidebar" }}
{{ partial "sidebar/right.html" (dict "Context" . "Scope" "homepage") }}
{{ end }}