diff options
Diffstat (limited to 'templates/_footer.html.ep')
-rw-r--r-- | templates/_footer.html.ep | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/_footer.html.ep b/templates/_footer.html.ep new file mode 100644 index 0000000..81b102c --- /dev/null +++ b/templates/_footer.html.ep @@ -0,0 +1,9 @@ +<div class="row" style="margin-top: 5em;"> + <div class="col s12 center-align grey-text"> + <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="https://finalrewind.org/projects/travelynx">travelynx</a> v<%= $version // '???' %> + </div> +</div> |