diff options
Diffstat (limited to 'templates/_footer.html.ep')
-rw-r--r-- | templates/_footer.html.ep | 11 |
1 files changed, 0 insertions, 11 deletions
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 @@ -<div class="row" style="margin-top: 5em;"> - <div class="col s12 center-align grey-text"> - <a href="/about">travelynx</a> v<%= $version // '???' %> - <span style="margin-left: 0.5em; margin-right: 0.5em;">–</span> - <a href="/impressum">Impressum</a> - <span style="margin-left: 0.5em; margin-right: 0.5em;">–</span> - <a href="/impressum">Datenschutz</a> - <span style="margin-left: 0.5em; margin-right: 0.5em;">–</span> - <a href="/legend">Legende</a> - </div> -</div> |