edit footer and add footer-handlebar to every page

This commit is contained in:
Tobias Hilfiker
2022-12-21 16:13:12 +01:00
parent f4870daabc
commit a42c8d3ec7
5 changed files with 5 additions and 4 deletions

View File

@@ -16,4 +16,5 @@
<script type="module" src="/main.js"></script>
</body>
{{> footer }}
</html>

View File

@@ -27,9 +27,7 @@
</a>
</div>
<!--TODO: links to pages with icons-->
<script type="module" src="/main.js"></script>
</body>
{{> footer}}
</html>
</html>

View File

@@ -1,4 +1,4 @@
<footer class="bg-navbackground bottom-0 absolute w-full h-auto flex justify-between">
<footer class="bg-navbackground bottom-0 w-full h-auto flex justify-between">
<div class="mb-5 mt-5 ml-10">
<p class="font-bold text-textcolor">Copyright & Impressum:</p>
<p class="text-textcolor">Tobias Hilfiker</p>

View File

@@ -64,4 +64,5 @@
<script type="module" src="/main.js"></script>
</body>
{{> footer }}
</html>

View File

@@ -74,4 +74,5 @@
<script type="module" src="/main.js"></script>
</body>
{{> footer }}
</html>