Add a link to the repository in the footer.

Fixes #61.
This commit is contained in:
Alexis Métaireau 2021-04-10 12:36:25 +02:00
parent 5ae359bb88
commit 18a03c8075
2 changed files with 11 additions and 0 deletions

View file

@ -796,4 +796,14 @@ small {
background-color: rgba(233, 161, 28, 0.2);
border: 2px black dashed;
}
footer {
width: 100%;
font-size: 0.8em;
border-top: 1px solid #eee;
margin-top: 4em;
padding: 1em;
background: #fafafa;
text-align: center;
}

View file

@ -66,6 +66,7 @@
{% endblock body %}
</div>
</div>
<footer>Copanier est un logiciel libre. <a href="https://github.com/spiral-project/copanier">Vous pouvez y contribuer et l'améliorer ! ❤️</a></footer>
</div>