From 1a5ebb6311a058e45a849642118b7b1d6fc7eecb Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 10 Sep 2023 09:15:05 -0400 Subject: themes/default/layouts/partials/profile: Better semantic structure --- themes/default/layouts/partials/profile.html | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) (limited to 'themes/default/layouts') diff --git a/themes/default/layouts/partials/profile.html b/themes/default/layouts/partials/profile.html index fc68c0b..2043e49 100644 --- a/themes/default/layouts/partials/profile.html +++ b/themes/default/layouts/partials/profile.html @@ -1,29 +1,20 @@ {{- $author := partial "function-authors-data.html" . -}} + + {{ partial "author-header.html" . }} + - - - {{ partial "author-header.html" . }} - - - - - - {{ partial "author-picture.html" . }} - - + + {{ partial "author-picture.html" . }} +
- + +

{{ $author.description | markdownify }}

{{ partial "profile-tabs.html" . }} -
-- cgit v1.2.3