diff --git a/layouts/index.html b/layouts/index.html index 3b81abf..4b543b6 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -24,3 +24,7 @@ {{- partial "pagination.html" . -}} {{- partial "footer/footer" . -}} {{ end }} + +{{ define "right-sidebar" }} + {{ partial "sidebar/right.html" (dict "Context" . "Scope" "homepage") }} +{{ end }} \ No newline at end of file