|
|
|
@ -6,7 +6,7 @@ permalink: /
|
|
|
|
|
<ul class="button-list">
|
|
|
|
|
{% for item in site.data.social_profiles %}
|
|
|
|
|
<li>
|
|
|
|
|
<a href="{{ item.url }}" rel="noopener" style="background-color: #{{ item.background }}; color: #{{ item.colour }};">
|
|
|
|
|
<a href="{{ item.url }}" rel="noopener me" style="background-color: #{{ item.background }}; color: #{{ item.colour }};">
|
|
|
|
|
{% if item.icon %}
|
|
|
|
|
<img src="/img/{{ item.icon.path }}" alt="{{ item.icon.alt }}">
|
|
|
|
|
{% endif %}
|
|
|
|
|