documentation/layouts/partials/footer.html

15 lines
993 B
HTML
Raw Normal View History

2018-09-23 00:14:25 +02:00
<footer class="footer container">
<a href="https://designbyhumans.com/shop/mastodon" class="panel" style="background-image: url(/shirt.png)">
<div class="overlay">
<h5>{{ i18n "merch" }}</h5>
<p>{{ i18n "shirtsAndStickers" }}</p>
2018-09-23 00:14:25 +02:00
</div>
</a>
2018-10-06 02:34:46 +02:00
<p class="legal legal--right">
<a href='https://joinmastodon.org'>{{ i18n "joinMastodon" }}</a> · <a href='https://blog.joinmastodon.org'>{{ i18n "blog" }}</a> · <a href='https://mastodon.social/@Mastodon' target='_blank'><i class='fab fa-mastodon'></i></a> · <a href='https://twitter.com/MastodonProject' rel='nofollow' target='_blank'><i class='fab fa-twitter'></i></a>
2018-09-23 00:14:25 +02:00
</p>
2020-01-05 22:19:51 +01:00
<p class="legal">{{ with .File }}<a href='https://github.com/tootsuite/documentation/tree/master/content/{{ .Lang }}/{{ .File.Path }}'>{{ i18n "viewSource" }}</a> · {{ end }}<a href='https://creativecommons.org/licenses/by-sa/4.0/'>CC BY-SA 4.0</a> · <a href='https://joinmastodon.org/imprint'>{{ i18n "imprint" }}</a></p>
2018-09-23 00:14:25 +02:00
</footer>