diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_footer.html.ep | 6 |
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> |