diff options
author | tdro <tdro@noreply.example.com> | 2022-09-22 23:14:39 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-09-22 23:14:39 -0400 |
commit | cc1746ce7d659d72717a8e195e76b0427742454c (patch) | |
tree | 7cc47fe35229dc4e5dcd75872bf7e267658c1b1b /themes/default/layouts/partials/function-caches-images.html | |
parent | 7f52e601fdf5f6ca5268d72b21afdaf112562651 (diff) | |
download | canory-cc1746ce7d659d72717a8e195e76b0427742454c.tar.gz canory-cc1746ce7d659d72717a8e195e76b0427742454c.tar.bz2 canory-cc1746ce7d659d72717a8e195e76b0427742454c.zip |
themes/default/layouts/partials/function-caches-images: Opt -> Alt
Diffstat (limited to 'themes/default/layouts/partials/function-caches-images.html')
-rw-r--r-- | themes/default/layouts/partials/function-caches-images.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/themes/default/layouts/partials/function-caches-images.html b/themes/default/layouts/partials/function-caches-images.html index 768c7e9..c64caf1 100644 --- a/themes/default/layouts/partials/function-caches-images.html +++ b/themes/default/layouts/partials/function-caches-images.html @@ -46,8 +46,8 @@ {{- $image = $image | resources.Copy $alternateCopy -}} {{- $data = merge $data (dict - "OptPermalink" $image.Permalink - "OptRelPermalink" $image.RelPermalink + "AltPermalink" $image.Permalink + "AltRelPermalink" $image.RelPermalink ) -}} {{- end -}} @@ -77,8 +77,8 @@ {{- $image = $image | resources.Copy $alternateCopy -}} {{- $data = merge $data (dict - "OptPermalink" $image.Permalink - "OptRelPermalink" $image.RelPermalink + "AltPermalink" $image.Permalink + "AltRelPermalink" $image.RelPermalink ) -}} {{- end -}} @@ -102,8 +102,8 @@ {{- $image = $image | resources.Copy $alternateCopy -}} {{- $data = merge $data (dict - "OptPermalink" $image.Permalink - "OptRelPermalink" $image.RelPermalink + "AltPermalink" $image.Permalink + "AltRelPermalink" $image.RelPermalink ) -}} {{- end -}} |