change link order in the footer

This commit is contained in:
Hans Pagel 2020-11-06 16:40:10 +01:00
parent a2d1a421cb
commit 693c2977e0

View File

@ -134,12 +134,12 @@
</div>
<div class="app__page-footer">
<div class="app__inner">
<a :href="editLink" target="_blank">Edit this page on GitHub</a>
&middot;
<a href="/impressum">Impressum</a>
&middot;
<a href="/privacy-policy">Privacy Policy</a>
&middot;
<a :href="editLink" target="_blank">Edit this page on GitHub</a>
&middot;
Made with 🖤 by <a href="https://twitter.com/_ueberdosis">überdosis</a>
</div>
</div>