There was an error while loading. Please reload this page.
static
1 parent 0fc8264 commit 752fd58Copy full SHA for 752fd58
1 file changed
layouts/_partials/helper/image.html
@@ -14,12 +14,14 @@
14
{{ if .Image }}
15
{{ $url := urls.Parse .Image }}
16
{{ $permalink := .Image }}
17
- {{ $resource := dict
+
18
+ {{ $result = dict
19
"Resource" nil
20
"Permalink" $permalink
21
"Height" nil
22
"Width" nil
23
}}
24
+ {{ $resource := dict }}
25
{{ $local := true }}
26
27
{{ if not (in (slice "https" "http") $url.Scheme) }}
0 commit comments