diff --git a/layouts/index.html b/layouts/index.html index 1811bd2..b04b926 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -15,5 +15,5 @@ {{ end }} {{ define "right-sidebar" }} - {{ partialCached "sidebar/right.html" . }} + {{ partial "sidebar/right.html" . }} {{ end }} \ No newline at end of file