From 417f3f9c401cb9cdc35af0520245ab286d131cde Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 21 Feb 2024 19:30:29 -0500 Subject: assets/css/default: Merge micro-summary -> micro-card --- themes/default/layouts/partials/author-card.html | 80 ++++++++++++------------ 1 file changed, 39 insertions(+), 41 deletions(-) (limited to 'themes/default/layouts/partials') diff --git a/themes/default/layouts/partials/author-card.html b/themes/default/layouts/partials/author-card.html index 6b4b91b..70ec252 100644 --- a/themes/default/layouts/partials/author-card.html +++ b/themes/default/layouts/partials/author-card.html @@ -38,46 +38,44 @@ - - -
- - - {{- with $sourceset -}} - - {{- end -}} - {{ $alternate }} - - -
-
- -

- {{ .Data.name }} -

-

- - {{ .Data.user }}@{{ $host }} - -

- -
-

{{ .Data.description | markdownify | plainify | htmlUnescape | truncate 60 "..." }}

- - {{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/tabler/rss.svg")) }} -
Follow
-
-
+ +
+ + + {{- with $sourceset -}} + + {{- end -}} + {{ $alternate }} + + +
+
+ +

+ {{ .Data.name }} +

+

+ + {{ .Data.user }}@{{ $host }} + +

+ +
+

{{ .Data.description | markdownify | plainify | htmlUnescape | truncate 60 "..." }}

+ + {{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/tabler/rss.svg")) }} +
Follow
+
-- cgit v1.2.3