parent
1894d550bc
commit
aef49bb225
@ -11,7 +11,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<section>
|
<section>
|
||||||
<nav class="socials nav-navs">
|
<nav class="socials nav-navs">
|
||||||
{%- if config.extra.socials %}
|
{%- if config.extra.socials or config.extra.email %}
|
||||||
<ul>
|
<ul>
|
||||||
{%- if config.generate_feed and config.extra.feed_icon -%}
|
{%- if config.generate_feed and config.extra.feed_icon -%}
|
||||||
<li>
|
<li>
|
||||||
@ -48,13 +48,15 @@
|
|||||||
</li>
|
</li>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{% for social in config.extra.socials %}
|
{%- if config.extra.socials %}
|
||||||
<li>
|
{% for social in config.extra.socials %}
|
||||||
<a class="nav-links no-hover-padding social" rel="{{ rel_attributes }} me" {{ blank_target }} href={{ social.url | safe }}>
|
<li>
|
||||||
<img alt={{ social.name }} title={{ social.name }} src="{{ get_url(path='social_icons/' ~ social.icon ~ '.svg') }}">
|
<a class="nav-links no-hover-padding social" rel="{{ rel_attributes }} me" {{ blank_target }} href={{ social.url | safe }}>
|
||||||
</a>
|
<img alt={{ social.name }} title={{ social.name }} src="{{ get_url(path='social_icons/' ~ social.icon ~ '.svg') }}">
|
||||||
</li>
|
</a>
|
||||||
{% endfor %}
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</nav>
|
</nav>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user