Skip to content
Snippets Groups Projects
Verified Commit d04d8b79 authored by David Beniamine's avatar David Beniamine
Browse files

Fix footer

parent 0112454b
Branches
No related tags found
No related merge requests found
......@@ -67,10 +67,10 @@
<div id="footer">
<div class="container">
<p>
<div class="col-md-6 col-sd-12">
{{ pages["_meta"].meta.bottomline|markdown }}
</p>
<div class="social">
</div>
<div class="social col-md-6 col-sd-12">
{% for social in pages["_meta"].meta.social %}
<a href="{{ social.url }}" title="{{ social.title }}" role="button">
<span class="icon-{{ social.icon }}" aria-hidden="true"></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment