summaryrefslogtreecommitdiff
path: root/templates/_footer.html.ep
blob: 4f778c3a23f0042811d7a00a62153d3dddc373e4 (plain)
1
2
3
4
5
6
7
8
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="/about">travelynx</a> v<%= $version // '???' %>
	</div>
</div>