(Grav GitSync) Automatic Commit from ORG-wiki

This commit is contained in:
ORG-wiki 2021-12-06 09:45:39 +13:00 committed by GitSync
parent f311bcb534
commit ead42970a1
3 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -6,6 +6,7 @@
'facebook',
'instagram',
'pinterest',
'website',
'envelope',
'mastodon',
'matrix-org',
@ -56,7 +57,7 @@
<div class="clear-right"></div>
</div>
<div class="author-description">
<p>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.</p>
<p>{{ author.description.de }}</p>
</div>
</div>
</div>

View File

@ -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 %}
{# <li><a href="{{ href }}" target="_blank"><span class="aura-icon-{{ item }}"></span></a></li> #}
<li><a href="{{ href }}" target="_blank"><i class="fa fa-{{ item }}"></i></a></li>
{% endif %}
{% endfor %}
@ -44,7 +44,7 @@
<div class="clear-right"></div>
</div>
<div class="author-description">
<p>{{ author.description }}</p>
<p>{{ author.description.en }}</p>
</div>
</div>
</div>