mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 12:03:49 +01:00
refactor: remove partialCached from sidebar/right
This commit is contained in:
parent
49e568faac
commit
34cd7852bc
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ define "right-sidebar" }}
|
{{ define "right-sidebar" }}
|
||||||
{{ partialCached "sidebar/right.html" . }}
|
{{ partial "sidebar/right.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
Loading…
Reference in a new issue