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 %}