Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
about.html
|
@ -97,7 +97,7 @@ members: |
|
|
<p class="position">{{member.position}}</p> |
|
|
<p class="position">{{member.position}}</p> |
|
|
<ul class="socials"> |
|
|
<ul class="socials"> |
|
|
{% for social in member.socials %} |
|
|
{% for social in member.socials %} |
|
|
<li><a href="{{social.url}}"><i class="fab fa-{{social.name}}"></i></a></li> |
|
|
<li><a href="{{social.url}}"><i class="fa fa-{{social.name}}"></i></a></li> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</ul> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|