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>
|
<script type="module" src="/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
{{> footer }}
|
||||||
</html>
|
</html>
|
||||||
@@ -27,8 +27,6 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--TODO: links to pages with icons-->
|
|
||||||
|
|
||||||
<script type="module" src="/main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
{{> footer}}
|
{{> footer}}
|
||||||
|
|||||||
@@ -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">
|
<div class="mb-5 mt-5 ml-10">
|
||||||
<p class="font-bold text-textcolor">Copyright & Impressum:</p>
|
<p class="font-bold text-textcolor">Copyright & Impressum:</p>
|
||||||
<p class="text-textcolor">Tobias Hilfiker</p>
|
<p class="text-textcolor">Tobias Hilfiker</p>
|
||||||
|
|||||||
@@ -64,4 +64,5 @@
|
|||||||
|
|
||||||
<script type="module" src="/main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
{{> footer }}
|
||||||
</html>
|
</html>
|
||||||
@@ -74,4 +74,5 @@
|
|||||||
|
|
||||||
<script type="module" src="/main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
{{> footer }}
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user