From dad1ec93fd352da185ef6f431588250af1d48ec5 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Fri, 27 Dec 2024 04:18:35 +0100 Subject: Author card at post end --- layouts/partials/author_card.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'layouts/partials/author_card.html') diff --git a/layouts/partials/author_card.html b/layouts/partials/author_card.html index c2bbeab..e74ee98 100644 --- a/layouts/partials/author_card.html +++ b/layouts/partials/author_card.html @@ -3,14 +3,10 @@ {{ .name }}
-
- {{ with .homepage }} - - {{ $.name }} - - {{ else }} +
+ {{ .name }} - {{ end }} +
{{ .role | markdownify }}

-- cgit v1.2.3