chore(about/index): Formatting
All checks were successful
Deploy dgnum.eu / deploy (push) Successful in 44s
All checks were successful
Deploy dgnum.eu / deploy (push) Successful in 44s
This commit is contained in:
parent
b3a70c330e
commit
d0cff981a6
1 changed files with 4 additions and 6 deletions
|
@ -39,8 +39,7 @@ SPDX-License-Identifier: CC-BY-4.0
|
|||
{{ member.firstname }} <b>{{ member.surname }}</b>
|
||||
{% for role in member.roles %}
|
||||
<span class="tag is-link m-2">{{ role | capitalize }}</span>
|
||||
{% endfor %}
|
||||
{% for role in member.co-roles %}
|
||||
{% endfor %} {% for role in member.co-roles %}
|
||||
<span class="tag is-primary m-2">{{ role | prepend: "Co-" }}</span>
|
||||
{% endfor %}
|
||||
</li>
|
||||
|
@ -56,8 +55,7 @@ SPDX-License-Identifier: CC-BY-4.0
|
|||
{% for pole in dgnum.poles %}
|
||||
<li class="mb-1">
|
||||
<a {% if pole.handle %}href="poles/{{ pole.handle }}" {% endif %}>
|
||||
<span class="icon"><i class="ti ti-{{ pole.icon }}"></i></span>
|
||||
<span class="ml-1">{{ pole.name }}</span>
|
||||
<span class="icon"><i class="ti ti-{{ pole.icon }}"></i></span><span class="ml-1">{{ pole.name }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue