summaryrefslogtreecommitdiff
path: root/templates/landingpage.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-30 18:24:30 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-30 18:24:30 +0200
commitddea9abc6e91d820668825e779faef3efb024665 (patch)
treeacc206a627ead409cd118e91720f479f9123aee0 /templates/landingpage.html.ep
parent2d7c75f8779fef14eefa84a7c03fb16e52f9bf4f (diff)
show imprint/privacy/version on all public-facing pages1.0
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r--templates/landingpage.html.ep8
1 files changed, 1 insertions, 7 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep
index 4e1af8e..0f293d9 100644
--- a/templates/landingpage.html.ep
+++ b/templates/landingpage.html.ep
@@ -121,10 +121,4 @@
</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>
+%= include '_footer', version => stash('version')