From c7885d62a27ad2f5cc6c6c2645ef523bfed6f9a9 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Thu, 17 Sep 2020 12:07:32 +0530 Subject: [PATCH] fix: for ebb9eb , partialCached impl --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2470c2c..c2cb567 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,7 +13,7 @@ {{- block "main" . }} {{end }} - {{- partialCached "footer.html" . }} + {{- partialCached "footer.html" . .Type }} \ No newline at end of file