feat(post/single): add partialCached for PhotoSwipe HTML

Forgot to add it
This commit is contained in:
Jimmy Cai 2020-09-17 22:09:15 +02:00
parent 8f0d420d24
commit bad33e19ae
No known key found for this signature in database
GPG key ID: 3EA408E527F37B18

View file

@ -17,5 +17,5 @@
{{ partialCached "footer/footer" . }} {{ partialCached "footer/footer" . }}
{{- partial "article/components/photoswipe.html" . -}} {{- partialCached "article/components/photoswipe.html" . -}}
{{ end }} {{ end }}