summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-08-08 09:39:32 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-08-08 09:39:32 +0200
commitf9b25a56b3e170fcbafdf7ad34224124e1fa6767 (patch)
tree004d8053299c19281c41895262dade77b3c428c4
parent84afb1bc2c624ac4e7e6047a8d628e10944a70fb (diff)
footer: move "travelynx" link to the left
-rw-r--r--templates/_footer.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_footer.html.ep b/templates/_footer.html.ep
index 4f778c3..1ccb63d 100644
--- a/templates/_footer.html.ep
+++ b/templates/_footer.html.ep
@@ -1,9 +1,9 @@
<div class="row" style="margin-top: 5em;">
<div class="col s12 center-align grey-text">
+ <a href="/about">travelynx</a> v<%= $version // '???' %>
+ <span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
<a href="/impressum">Impressum</a>
<span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
<a href="/impressum">Datenschutz</a>
- <span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
- <a href="/about">travelynx</a> v<%= $version // '???' %>
</div>
</div>