Add a link to the repository in the footer. (#62)

Fixes #61.
This commit is contained in:
Alexis Metaireau 2021-04-11 15:49:02 +02:00 committed by GitHub
parent a22c935f35
commit 377306c6c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>