From 58adf369909f466935ebfe4f90f1fa249bce054e Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 10 Dec 2021 21:23:42 +1300 Subject: [PATCH] changed for mastodon, matrix, github, gitea, email icons and description --- templates/partials/author-bio.html.twig | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/templates/partials/author-bio.html.twig b/templates/partials/author-bio.html.twig index 75af7aa..bbb7b31 100644 --- a/templates/partials/author-bio.html.twig +++ b/templates/partials/author-bio.html.twig @@ -7,6 +7,12 @@ 'instagram', 'pinterest', 'website', + 'envelope', + 'mastodon', + 'matrix-org', + 'gitea', + 'github', + 'globe', ] %}

About the author

@@ -21,25 +27,28 @@
 
-

{{ author.description }}

+

{{ author.description.en }}

{% if config.plugins['aura-authors']['include-css'] %} {% do assets.addCss('user://plugins/aura-authors/assets/style.min.css') %} {% endif %} -{% endif %} \ No newline at end of file +{% endif %}