aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-section-picture.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/author-section-picture.html')
-rw-r--r--themes/default/layouts/partials/author-section-picture.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/layouts/partials/author-section-picture.html b/themes/default/layouts/partials/author-section-picture.html
index a3ff1f7..de0806b 100644
--- a/themes/default/layouts/partials/author-section-picture.html
+++ b/themes/default/layouts/partials/author-section-picture.html
@@ -11,9 +11,9 @@
"Context" .
"Source" $profile
"Fit" "160x160"
- "Target" (print (partial "function-paths.html" "media") "/" $author.user "/")
- "Copy" (print (partial "function-paths.html" "media") "/" $author.user "/" $author.user "-profile" (path.Ext $profile))
- "AlternateCopy" (print (partial "function-paths.html" "media") "/" $author.user "/" $author.user "-profile.webp")
+ "Target" (print (partial "function-paths.html").media "/" $author.user "/")
+ "Copy" (print (partial "function-paths.html").media "/" $author.user "/" $author.user "-profile" (path.Ext $profile))
+ "AlternateCopy" (print (partial "function-paths.html").media "/" $author.user "/" $author.user "-profile.webp")
)
-}}