From bad33e19aea83c92e18ea9ebe9871d94063c98c0 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Thu, 17 Sep 2020 22:09:15 +0200 Subject: [PATCH] feat(post/single): add partialCached for PhotoSwipe HTML Forgot to add it --- layouts/post/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/post/single.html b/layouts/post/single.html index aabeee7..8cd32de 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -17,5 +17,5 @@ {{ partialCached "footer/footer" . }} - {{- partial "article/components/photoswipe.html" . -}} + {{- partialCached "article/components/photoswipe.html" . -}} {{ end }} \ No newline at end of file