edit footer and add footer-handlebar to every page
This commit is contained in:
@@ -16,4 +16,5 @@
|
||||
|
||||
<script type="module" src="/main.js"></script>
|
||||
</body>
|
||||
{{> footer }}
|
||||
</html>
|
||||
@@ -27,9 +27,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!--TODO: links to pages with icons-->
|
||||
|
||||
<script type="module" src="/main.js"></script>
|
||||
</body>
|
||||
{{> footer}}
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -64,4 +64,5 @@
|
||||
|
||||
<script type="module" src="/main.js"></script>
|
||||
</body>
|
||||
{{> footer }}
|
||||
</html>
|
||||
@@ -74,4 +74,5 @@
|
||||
|
||||
<script type="module" src="/main.js"></script>
|
||||
</body>
|
||||
{{> footer }}
|
||||
</html>
|
||||
Reference in New Issue
Block a user