website/index.html

16 lines
479 B
HTML
Raw Normal View History

2019-09-06 15:06:45 +00:00
---
title: Home
2021-07-09 15:18:19 +00:00
permalink: /
2019-09-06 15:06:45 +00:00
---
2021-07-09 15:18:19 +00:00
2021-08-15 06:43:30 +00:00
<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.color }};">
<img src="/img/{{ item.icon.path }}" alt="{{ item.icon.alt }}">
{{ item.name }}
</a>
</li>
{% endfor %}
</ul>