Feat: add card-icon parameter for link shortcode (#391)

This commit is contained in:
Cell
2024-04-30 13:01:00 +08:00
parent c1b61c7997
commit c2d168c6d1
5 changed files with 41 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
{{- else -}}
{{- $cacheRemoteImages := .CacheRemoteImages | default false -}}
{{- if $cacheRemoteImages -}}
{{- $resource = partial "function/get-remote-image.html" .Path -}}
{{- $resource = partial "function/get-remote-image.html" (dict "Path" .Path) -}}
{{- end -}}
{{- end -}}