diff --git a/layouts/partials/social/share.html b/layouts/partials/social/share.html
index ef0fe7e..6a30baa 100644
--- a/layouts/partials/social/share.html
+++ b/layouts/partials/social/share.html
@@ -33,8 +33,8 @@
{{- continue -}}
{{/* @todo notification into CLI that a network is configured but not supported */}}
{{- end -}}
- {{- $options := (dict "context" $context "setup" $setup) }}
- {{- $href := partialCached "func/social/getShareLink.html" $options $options -}}
+ {{- $options := (dict "context" page "setup" $setup) }}
+ {{- $href := partial "func/social/getShareLink.html" $options -}}