diff --git a/layouts/_default/_markup/render-link.html b/layouts/_default/_markup/render-link.html index 8ccef3a91..a0ee6b190 100644 --- a/layouts/_default/_markup/render-link.html +++ b/layouts/_default/_markup/render-link.html @@ -116,7 +116,7 @@ either of these shortcodes in conjunction with this render hook. "renderHookName" $renderHookName "text" .Text }} - {{- $attrs = partialCached "inline/h-rh-l/get-glossary-link-attributes.html" $ctx }} + {{- $attrs = partial "inline/h-rh-l/get-glossary-link-attributes.html" $ctx }} {{- else if $u.IsAbs }} {{- /* Destination is a remote resource. */}} {{- $attrs = merge $attrs (dict "rel" "external") }} @@ -136,7 +136,7 @@ either of these shortcodes in conjunction with this render hook. "parsedURL" $u "renderHookName" $renderHookName }} - {{- partialCached "inline/h-rh-l/validate-fragment.html" $ctx }} + {{- partial "inline/h-rh-l/validate-fragment.html" $ctx }} {{- $href = printf "%s#%s" $href . }} {{- end }} {{- $attrs = dict "href" $href }} @@ -169,7 +169,7 @@ either of these shortcodes in conjunction with this render hook. "parsedURL" $u "renderHookName" $renderHookName }} - {{- partialCached "inline/h-rh-l/validate-fragment.html" $ctx }} + {{- partial "inline/h-rh-l/validate-fragment.html" $ctx }} {{- $attrs = dict "href" (printf "%s#%s" $.Page.RelPermalink .) }} {{- else }} {{- if eq $errorLevel "warning" }}