From fe43ac723db5892c02f6196498aa72fdfbc5710e Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Tue, 22 Oct 2024 18:17:44 +0200 Subject: [PATCH] Do not cache share links Signed-off-by: Melroy van den Berg --- layouts/partials/social/share.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/social/share.html b/layouts/partials/social/share.html index cb56e12..cad6a4b 100644 --- a/layouts/partials/social/share.html +++ b/layouts/partials/social/share.html @@ -34,7 +34,7 @@ {{/* @todo notification into CLI that a network is configured but not supported */}} {{- end -}} {{- $options := (dict "context" page "setup" $setup) }} - {{- $href := partialCached "func/getShareLink.html" $options $options -}} + {{- $href := partial "func/getShareLink.html" $options $options -}}