aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/profile.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.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.html')
-rw-r--r--themes/default/layouts/partials/profile.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/profile.html b/themes/default/layouts/partials/profile.html
index 417af56..ee9efe6 100644
--- a/themes/default/layouts/partials/profile.html
+++ b/themes/default/layouts/partials/profile.html
@@ -4,13 +4,13 @@
<micro-header-image>
<picture>
- <img alt="{{ .Title }}" src="{{ .Site.BaseURL }}/{{ partial "author-media-path.html" . }}/profile/header.jpg" />
+ {{ partial "author-header.html" . }}
</picture>
</micro-header-image>
<micro-header-picture>
<picture>
- <img src="{{ .Site.BaseURL }}/{{ partial "author-media-path.html" . }}/profile/picture.png"/>
+ {{ partial "author-picture.html" . }}
</picture>
</micro-header-picture>