Skip to content
Snippets Groups Projects
Commit fbbf722e authored by Eloi Perdereau's avatar Eloi Perdereau
Browse files

try adding class="social-icons" to ul in footer

    because footer doesn't show (anymore?) on smartphone
parent f5a2f960
No related branches found
No related tags found
No related merge requests found
ul class social-icons
<div class="page__footer-follow">
<div>
Luminy.org :
<ul>
<ul class="social-icons">
{% for link in site.footer.links %}
<li>
<a href="{{ link.url }}/">{{ link.label }}</a>
</li>
{% endfor %}
</div>
<div>
Raccourcis :
<ul>
<ul class="social-icons">
{% for author in site.data.authors.authors %}
<li>
<a href="/{{ author.prefix }}/">{{ author.name }}</a>
</li>
{% endfor %}
</div>
</div>
<div class="page__footer-copyright">&copy; 2002-{{ site.time | date: '%Y' }} {{ site.name | default: site.title }}</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment