Skip to content
Snippets Groups Projects
Commit 3a2dd71d authored by Emmanuel Godard's avatar Emmanuel Godard
Browse files

footer

parent 14105f16
No related branches found
No related tags found
1 merge request!1No gf
......@@ -240,8 +240,21 @@ time {
border-top: solid 1px #cecece;
}
#container footer ul {
margin-top: 1rem;
margin-left: -1rem;
list-style: none;
display: flex;
justify-content: flex-center;
}
#container footer ul li{
margin: 2px;
}
#container footer h6 {
font-size: 0.8em;
display: block;
}
#container main p {
......
......@@ -32,6 +32,9 @@
{% if SOCIAL or FEED_ALL_ATOM or FEED_ALL_RSS %}
<ul class="social-media">
{% if SOCIAL %}
<li> Contact:</li>
{% endif %}
{% for name, link in SOCIAL %}
<li><a href="{{ link }}"><i class="fa fa-{{ name }} fa-lg" aria-hidden="true"></i></a></li>
{% endfor %}
......@@ -72,6 +75,12 @@
{% block content %}
{% endblock %}
<footer>
<ul>
{% for img, link in LINKS %}
<li><a href="{{ link }}">{{ img }}</a></li>
{% endfor %}
</ul>
<p>
<h6>
Rendered by <a href="http://getpelican.com/">Pelican</a> &nbsp;&bull;&nbsp;
Theme by <a href="https://gitlab.lis-lab.fr/pelican/gabian">gabian</a> &nbsp;&bull;&nbsp; Copyright
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment