diff --git a/plugins/aura-authors/blueprints.yaml b/plugins/aura-authors/blueprints.yaml index 2f17948..1ea508d 100755 --- a/plugins/aura-authors/blueprints.yaml +++ b/plugins/aura-authors/blueprints.yaml @@ -61,10 +61,14 @@ form: destination: 'user/images' accept: - image/* - .description: + .description.en: type: textarea size: long - label: Description + label: Description English + .description.de: + type: textarea + size: long + label: Description German .person-mastodon-url: type: text size: large diff --git a/themes/mytheme/templates/de/partials/author-bio.html.twig b/themes/mytheme/templates/de/partials/author-bio.html.twig index bd1ad17..769b2d9 100755 --- a/themes/mytheme/templates/de/partials/author-bio.html.twig +++ b/themes/mytheme/templates/de/partials/author-bio.html.twig @@ -6,6 +6,7 @@ 'facebook', 'instagram', 'pinterest', + 'website', 'envelope', 'mastodon', 'matrix-org', @@ -56,7 +57,7 @@
-

Ich bin ein langjähriger Nutzer und Enthusiast von Open-Source-Software und vertrete die Philosophie, dass Softwarecode offen (lesbar) sein sollte. Damit jeder sehen kann, was hinter den Kulissen passiert, während wir jeden Tag unsere elektronischen Geräte benutzen.

+

{{ author.description.de }}

diff --git a/themes/mytheme/templates/en/partials/author-bio.html.twig b/themes/mytheme/templates/en/partials/author-bio.html.twig index 4863058..bbb7b31 100755 --- a/themes/mytheme/templates/en/partials/author-bio.html.twig +++ b/themes/mytheme/templates/en/partials/author-bio.html.twig @@ -6,6 +6,7 @@ 'facebook', 'instagram', 'pinterest', + 'website', 'envelope', 'mastodon', 'matrix-org', @@ -32,7 +33,6 @@ {% for item in social %} {% set href = author['person-' ~ item ~ '-url'] %} {% if href %} - {#
  • #}
  • {% endif %} {% endfor %} @@ -44,7 +44,7 @@
    -

    {{ author.description }}

    +

    {{ author.description.en }}