aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-header.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-09-03 19:41:26 -0400
committertdro <tdro@noreply.example.com>2022-09-03 19:41:26 -0400
commitd47d872c04e73ae7a7c3cc763319026e3a3e954b (patch)
tree0b79fa105f42ba5363215c3b163e36b6ad2653d8 /themes/default/layouts/partials/author-header.html
parenta8b337f2d6b72bf209128c6214375e0a1dbb672f (diff)
downloadcanory-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/partials/author-header.html')
-rw-r--r--themes/default/layouts/partials/author-header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/author-header.html b/themes/default/layouts/partials/author-header.html
index ddb4724..b1b1634 100644
--- a/themes/default/layouts/partials/author-header.html
+++ b/themes/default/layouts/partials/author-header.html
@@ -12,7 +12,7 @@
"Resize" "x600"
"Target" (print (partial "function-paths.html" "media") "/" $author.user "/")
"Copy" (print (partial "function-paths.html" "media") "/" $author.user "/" (path.Base $header))
- "OptimizedCopy" (print (partial "function-paths.html" "media") "/" $author.user "/" (path.BaseName $header) ".webp")
+ "AlternateCopy" (print (partial "function-paths.html" "media") "/" $author.user "/" (path.BaseName $header) ".webp")
)
-}}