aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/profile-picture.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-04 19:16:15 -0400
committertdro <tdro@noreply.example.com>2022-05-04 19:16:15 -0400
commitc27e990f86f3f5c3565ba7a7eb18024a220ee363 (patch)
tree65c06c2bee88ff5dd45ebcdc6b6c6592310a8595 /themes/default/layouts/partials/profile-picture.html
parentd5e971bbab049fc5afc632041b2f0066d0e56d6c (diff)
downloadcanory-c27e990f86f3f5c3565ba7a7eb18024a220ee363.tar.gz
canory-c27e990f86f3f5c3565ba7a7eb18024a220ee363.tar.bz2
canory-c27e990f86f3f5c3565ba7a7eb18024a220ee363.zip
themes/default/layouts/partials: Set dimensions images
Diffstat (limited to 'themes/default/layouts/partials/profile-picture.html')
-rw-r--r--themes/default/layouts/partials/profile-picture.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/profile-picture.html b/themes/default/layouts/partials/profile-picture.html
index 1c6757e..8e75769 100644
--- a/themes/default/layouts/partials/profile-picture.html
+++ b/themes/default/layouts/partials/profile-picture.html
@@ -3,7 +3,7 @@
<source srcset="{{ .Site.BaseURL }}/{{ partial "author-media-path.html" . }}/profile/picture.png" type="image/png" />
<source srcset="{{ .Site.BaseURL }}/{{ partial "author-media-path.html" . }}/profile/picture.jpg" type="image/jpeg" />
<source srcset="{{ .Site.BaseURL }}/{{ partial "author-media-path.html" . }}/profile/picture.webp" type="image/webp" />
- <img alt="{{ .Title }}" src="{{ .Site.BaseURL }}/{{ partial "author-media-path.html" . }}/profile/picture.png" />
+ {{ partial "author-picture.html" . }}
</picture>
{{ partial "context-profile.html" . }}
</figure>