You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<footer>
|
|
|
|
<section>
|
|
|
|
<nav class="socials nav-navs">
|
|
|
|
{%- if config.extra.socials %}
|
|
|
|
{% for social in config.extra.socials %}
|
|
|
|
<a rel="noopener noreferrer" target="_blank" class="nav-links no-hover-padding social" href={{ social.url | safe | replace(from="$BASE_URL", to=config.base_url) }}>
|
|
|
|
<img alt={{ social.name }} title={{ social.name }} src="{{config.base_url}}/social_icons/{{ social.icon }}.svg">
|
|
|
|
</a>
|
|
|
|
{% endfor %}
|
|
|
|
{% endif %}
|
|
|
|
</nav>
|
|
|
|
</section>
|
|
|
|
<script src="{{ get_url(path='js/main.js', trailing_slash=false) | safe }}"/></script>
|
|
|
|
</footer>
|