mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 00:52:43 +00:00
Do not cache share links
Signed-off-by: Melroy van den Berg <melroy@melroy.org>
This commit is contained in:
parent
0306b6a74d
commit
fe43ac723d
@ -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 -}}
|
||||
<a href="{{ $href }}"
|
||||
class="ananke-social-link {{ $setup.slug }} no-underline"
|
||||
title="{{ $label }}" aria-label="{{ $label }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user