forked from Ruderverein-Donau-Linz/rowt
[TASK] add footer and make app mobile compatible
This commit is contained in:
10
templates/includes/footer.html.tera
Normal file
10
templates/includes/footer.html.tera
Normal file
@ -0,0 +1,10 @@
|
||||
<footer class="bg-primary-950 text-white w-full flex justify-center p-3">
|
||||
<div class="max-w-screen-lg w-full flex justify-between">
|
||||
<div>
|
||||
Marie Birner <span class="text-[#ff0000]">♥</span> Philipp Hofer
|
||||
</div>
|
||||
<div>
|
||||
© {{ now() | date(format="%Y") }}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
Reference in New Issue
Block a user