From 3513b67bdbd24ba3bf673140ad21e39b82e8cb91 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 19 Oct 2023 01:06:48 +0200 Subject: author card: Social links & link to about page --- layouts/partials/author_card.html | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) (limited to 'layouts/partials/author_card.html') diff --git a/layouts/partials/author_card.html b/layouts/partials/author_card.html index b2f77c0..fdc8926 100644 --- a/layouts/partials/author_card.html +++ b/layouts/partials/author_card.html @@ -1,12 +1,23 @@
-
- -
-
-
{{ .Site.Author.name }}
-
{{ .Site.Author.role }}
-

- {{ .Site.Author.bio }} -

+
+ +
+
+
+ {{ with .homepage }} + + {{ $.name }} + + {{ else }} + {{ .name }} + {{ end }} +
+
{{ .role }}
+

+ {{ .bio }} +

+
+ {{ partial "social_links" . }}
+
-- cgit v1.2.3