diff options
author | tdro <tdro@noreply.example.com> | 2022-09-03 19:41:26 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-09-03 19:41:26 -0400 |
commit | d47d872c04e73ae7a7c3cc763319026e3a3e954b (patch) | |
tree | 0b79fa105f42ba5363215c3b163e36b6ad2653d8 /themes/default/layouts/_default | |
parent | a8b337f2d6b72bf209128c6214375e0a1dbb672f (diff) | |
download | canory-d47d872c04e73ae7a7c3cc763319026e3a3e954b.tar.gz canory-d47d872c04e73ae7a7c3cc763319026e3a3e954b.tar.bz2 canory-d47d872c04e73ae7a7c3cc763319026e3a3e954b.zip |
themes/default/layouts/partials/function-caches-images: Namespace alternate copy
Make the name distinct, it might eventually be a slice.
Diffstat (limited to 'themes/default/layouts/_default')
-rw-r--r-- | themes/default/layouts/_default/rss.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/rss.xml b/themes/default/layouts/_default/rss.xml index 2a85b8f..0173524 100644 --- a/themes/default/layouts/_default/rss.xml +++ b/themes/default/layouts/_default/rss.xml @@ -20,7 +20,7 @@ "Fit" "160x160" "Target" (print (partial "function-paths.html" "media") "/" $author.user "/") "Copy" (print (partial "function-paths.html" "media") "/" $author.user "/" (path.Base $profile)) - "OptimizedCopy" (print (partial "function-paths.html" "media") "/" $author.user "/" (path.BaseName $profile) ".webp") + "AlternateCopy" (print (partial "function-paths.html" "media") "/" $author.user "/" (path.BaseName $profile) ".webp") ) -}} |