summaryrefslogtreecommitdiff
path: root/templates/_footer.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-11 10:10:07 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-11 10:10:07 +0200
commit93c6e85f6064c7019124c2ed0303e0f89077ee8a (patch)
tree9c73547f756c8cc2eb948a5456fd50f562f56d02 /templates/_footer.html.ep
parent736e36d45c79164e9791d8639a0cfefd3ef629b3 (diff)
footer: Link to "about" page for travelynx
Diffstat (limited to 'templates/_footer.html.ep')
-rw-r--r--templates/_footer.html.ep6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/_footer.html.ep b/templates/_footer.html.ep
index 81b102c..4f778c3 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="impressum">Impressum</a>
+ <a href="/impressum">Impressum</a>
<span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
- <a href="impressum">Datenschutz</a>
+ <a href="/impressum">Datenschutz</a>
<span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
- <a href="https://finalrewind.org/projects/travelynx">travelynx</a> v<%= $version // '???' %>
+ <a href="/about">travelynx</a> v<%= $version // '???' %>
</div>
</div>