update footer

This commit is contained in:
codl 2017-09-01 00:09:05 +02:00
parent 6f48a28387
commit cfe29a7e25
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
2 changed files with 8 additions and 8 deletions

View File

@ -121,13 +121,7 @@ footer {
font-size: 0.9rem;
margin-top: 5rem;
margin-bottom: 3rem;
display: flex;
flex-direction: row;
justify-content: center;
}
footer p {
margin: 0 0.7rem;
text-align: center;
}
footer a {

View File

@ -30,7 +30,13 @@
</header>
{% block body %}{% endblock %}
<footer>
<p>Forget <a href='{{repo_url}}'>{{version or "dev"}}</a></p>
<p>Forget <a href='{{repo_url}}'>{{version or "dev"}}</a> is free and open-source software.</p>
<p>Report issues <a href='https://github.com/codl/forget/issues'>on Github</a>
or directly to codl on
<a href="https://twitter.com/codl">Twitter</a>,
<a href="https://chitter.xyz/@codl">Mastodon</a>,
or by <a href="mailto:codl@codl.fr">Email</a>.
</p>
</footer>
</body>
</html>