mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
parent
1894d550bc
commit
aef49bb225
1 changed files with 10 additions and 8 deletions
|
@ -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,6 +48,7 @@
|
||||||
</li>
|
</li>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
|
{%- if config.extra.socials %}
|
||||||
{% for social in config.extra.socials %}
|
{% for social in config.extra.socials %}
|
||||||
<li>
|
<li>
|
||||||
<a class="nav-links no-hover-padding social" rel="{{ rel_attributes }} me" {{ blank_target }} href={{ social.url | safe }}>
|
<a class="nav-links no-hover-padding social" rel="{{ rel_attributes }} me" {{ blank_target }} href={{ social.url | safe }}>
|
||||||
|
@ -55,6 +56,7 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue