2020-12-24 11:31:58 +01:00
< div class = "spacer" > < / div >
< div class = "centered" >
2021-01-20 09:23:47 +01:00
< a href = "https://famedly.com/kontakt" > {{ site.data[page.lang].index.support }}< / a > < br / >
2020-12-24 11:31:58 +01:00
< script src = "https://liberapay.com/KrilleChritzelius/widgets/button.js" > < / script >
< noscript > < a href = "https://liberapay.com/KrilleChritzelius/donate" > < img alt = "Donate using Liberapay" src = "https://liberapay.com/{{site.assets}}/widgets/donate.svg" > < / a > < / noscript >
< / div >
< div class = "spacer" > < / div >
< div class = "container" >
< div id = "footer" >
Languages available: (
{% for language in site.languages %}
{% if language != "template" %}
< a href = "{{ site.baseurl }}{{language}}" > {{language}}< / a >
{% endif %}
{% endfor %}
)
< br / >
2021-01-18 20:11:48 +01:00
< a href = "https://gitlab.com/famedly/fluffychat/-/blob/main/LICENSE" target = "new" > {{ site.data[page.lang].index.license }}< / a > -
2020-12-24 11:31:58 +01:00
< a href = "{{ site.baseurl }}en/changelog.md" target = "new" > {{ site.data[page.lang].index.changelog }}< / a > -
< a href = "https://hosted.weblate.org/projects/fluffychat/" target = "new" > {{ site.data[page.lang].index.translations }}< / a > -
< a href = "https://christianpauly.gitlab.io/" target = "new" > {{ site.data[page.lang].index.created }}< / a > -
< a href = "{{ site.baseurl }}en/privacy.html" > {{ site.data[page.lang].index.privacypolicy }}< / a > -
2021-01-18 20:11:48 +01:00
< a href = "https://gitlab.com/famedly/fluffychat/-/graphs/main" target = "new" > {{ site.data[page.lang].index.contributors }}< / a > -
< a href = "https://gitlab.com/famedly/fluffychat#special-thanks-to" target = "new" > {{ site.data[page.lang].index.specialthanksto }}< / a >
2020-12-24 11:31:58 +01:00
< / div >
< / div >