diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-19 10:54:10 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-19 10:54:10 +0100 |
commit | bf3f5ccea3ddef9815c030ff1d30a75906e2e9db (patch) | |
tree | f7611f223f9585468e494908bc35ebe9d9e32003 /templates/layouts/legacy.html.ep | |
parent | bf85c76ceaece26d4c94e055179ce790bb544e35 (diff) |
more detailed "about" page
Diffstat (limited to 'templates/layouts/legacy.html.ep')
-rw-r--r-- | templates/layouts/legacy.html.ep | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep index 0b2e1fc..6d96f9b 100644 --- a/templates/layouts/legacy.html.ep +++ b/templates/layouts/legacy.html.ep @@ -225,12 +225,12 @@ Bitte eine Station aus der Liste auswählen</div> <div class="container"> <div class="about"> -<a href="_about">db-infoscreen</a> -v<%= stash('version') // '???' %> -<br/> -<a href="_datenschutz" rel="nofollow">Datenschutzerklärung</a> +<a href="_about">Über DBF</a> +· +<a href="_datenschutz" rel="nofollow">Datenschutz</a> · <a href="_impressum" rel="nofollow">Impressum</a><br/> +Version <%= stash('version') // '???' %> </div> <!-- about --> </div> <!-- container --> % } |