update footer
This commit is contained in:
parent
6f48a28387
commit
cfe29a7e25
|
@ -121,13 +121,7 @@ footer {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
margin-top: 5rem;
|
margin-top: 5rem;
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
display: flex;
|
text-align: center;
|
||||||
flex-direction: row;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer p {
|
|
||||||
margin: 0 0.7rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer a {
|
footer a {
|
||||||
|
|
|
@ -30,7 +30,13 @@
|
||||||
</header>
|
</header>
|
||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
<footer>
|
<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>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue