diff --git a/templates/_footer.html.ep b/templates/_footer.html.ep deleted file mode 100644 index 06623ff..0000000 --- a/templates/_footer.html.ep +++ /dev/null @@ -1,11 +0,0 @@ -
-
- travelynx v<%= $version // '???' %> - - Impressum - - Datenschutz - - Legende -
-
diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep index c60be19..77c7a6d 100644 --- a/templates/changelog.html.ep +++ b/templates/changelog.html.ep @@ -522,5 +522,3 @@ - -%= include '_footer', version => stash('version') diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 852f876..0d10338 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -92,5 +92,3 @@ % } - -%= include '_footer', version => stash('version') diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 178e762..b91cd89 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -122,5 +122,3 @@ % } - -%= include '_footer', version => stash('version') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 03c59a4..468039d 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -132,6 +132,17 @@ %= include '_deletion_note', timestamp => $acc->{deletion_requested} % } %= content +
+
+ travelynx v<%= $version // '???' %> + + Impressum + + Datenschutz + + Legende +
+