Files
davideisinger.com/themes/v2/layouts/shortcodes/dither_url.html
2024-02-05 10:13:03 -05:00

6 lines
196 B
HTML

{{ $file := printf "%s%s" .Page.RelPermalink (.Get 0) }}
{{ $geo := .Get 1 }}
{{ $img := resources.GetRemote (printf "%s%s?geo=%s" (getenv "DITHER_SERVER") $file $geo) }}
{{ $img.RelPermalink }}