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 class="page__footer-follow">
<div> <ul class="social-icons">
Luminy.org :
<ul>
{% for link in site.footer.links %} {% for link in site.footer.links %}
<li> <li>
<a href="{{ link.url }}/">{{ link.label }}</a> <a href="{{ link.url }}/">{{ link.label }}</a>
</li> </li>
{% endfor %} {% endfor %}
</div> <ul class="social-icons">
<div>
Raccourcis :
<ul>
{% for author in site.data.authors.authors %} {% for author in site.data.authors.authors %}
<li> <li>
<a href="/{{ author.prefix }}/">{{ author.name }}</a> <a href="/{{ author.prefix }}/">{{ author.name }}</a>
</li> </li>
{% endfor %} {% endfor %}
</div>
</div> </div>
<div class="page__footer-copyright">&copy; 2002-{{ site.time | date: '%Y' }} {{ site.name | default: site.title }}</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