update footer
This commit is contained in:
parent
6f48a28387
commit
cfe29a7e25
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue