diff options
| -rw-r--r-- | templates/_footer.html.ep | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/templates/_footer.html.ep b/templates/_footer.html.ep index 4f778c3..1ccb63d 100644 --- a/templates/_footer.html.ep +++ b/templates/_footer.html.ep @@ -1,9 +1,9 @@  <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="/about">travelynx</a> v<%= $version // '???' %>  	</div>  </div> | 
