summaryrefslogtreecommitdiff
path: root/templates/landingpage.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-30 18:18:09 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-30 18:18:09 +0200
commit2d7c75f8779fef14eefa84a7c03fb16e52f9bf4f (patch)
tree8b68e5c9209a9c0e8837382c7b44259e7bdc65f5 /templates/landingpage.html.ep
parent048767149e571469d888ec81d324caa7b3b64671 (diff)
show imprint and version on landing page
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r--templates/landingpage.html.ep8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep
index c6551ec..4e1af8e 100644
--- a/templates/landingpage.html.ep
+++ b/templates/landingpage.html.ep
@@ -120,3 +120,11 @@
</div>
</div>
% }
+
+<div class="row" style="margin-top: 5em;">
+ <div class="col s12 center-align grey-text">
+ <a href="impressum">Impressum und Datenschutz</a>
+ <span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
+ <a href="https://finalrewind.org/projects/travelynx">travelynx</a> v<%= stash('version') // '???' %>
+ </div>
+</div>