Add a footer

Fixes #133
This commit is contained in:
Bat 2018-07-27 14:08:39 +02:00
parent 38d99ad5af
commit b35ee44942
7 changed files with 49 additions and 0 deletions

View file

@ -371,3 +371,9 @@ msgstr "{{ data }} hat deinen Artikel geliked"
#, fuzzy
msgid "{{ user }} reshared your article."
msgstr "{{ data }} hat deinen Artikel reshared"
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""

View file

@ -358,3 +358,9 @@ msgstr ""
msgid "{{ user }} reshared your article."
msgstr ""
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""

View file

@ -367,3 +367,9 @@ msgstr "{{ data }} a aimé votre article"
#, fuzzy
msgid "{{ user }} reshared your article."
msgstr "{{ data }} a repartagé votre article"
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""

View file

@ -376,5 +376,11 @@ msgstr "{{ data }} polubił Twój artykuł"
msgid "{{ user }} reshared your article."
msgstr "{{ data }} udostępnił Twój artykuł"
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""
#~ msgid "Logowanie"
#~ msgstr "Zaloguj się"

View file

@ -351,3 +351,9 @@ msgstr ""
msgid "{{ user }} reshared your article."
msgstr ""
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""

View file

@ -574,3 +574,17 @@ form.new-post input[type="submit"]:hover { background: #DADADA; }
margin: 1em;
margin-right: 2em;
}
/*== Footer ==*/
body > footer {
display: flex;
align-content: center;
justify-content: space-between;
background: #ECECEC;
padding: 0 20%;
margin-top: 5em;
}
body > footer * {
margin: 5em 0;
}

View file

@ -32,5 +32,10 @@
{% block content %}
{% endblock content %}
</main>
<footer>
<span>Plume 0.1.0</span>
<a href="https://github.com/Plume-org/Plume">{{ "Source code" | _ }}</a>
<a href="https://riot.im/app/#/room/#funkwhale-troubleshooting:matrix.org">{{ "Matrix room" | _ }}</a>
</footer>
</body>
</html>