Added footer component
- created basic footer component - added footer to the page template
This commit is contained in:
parent
080eed16b5
commit
1c5b09d121
|
@ -0,0 +1,3 @@
|
||||||
|
<footer role="contentinfo">
|
||||||
|
<p>This project is maintained by <a href="https://twitter.com/mangamaui">Claudia Reynders</a>, since 2022</p>
|
||||||
|
</footer>
|
|
@ -7,6 +7,9 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{{ content | safe }}
|
<main role="main">
|
||||||
|
{{ content | safe }}
|
||||||
|
</main>
|
||||||
|
{% include "../components/footer.njk" %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue