Add footer with copyright information and theme attribution
This commit is contained in:
parent
5236d354aa
commit
3be6a9fa05
|
|
@ -36,4 +36,7 @@ const variables = {
|
||||||
-->
|
-->
|
||||||
<Socials />
|
<Socials />
|
||||||
</main>
|
</main>
|
||||||
|
<footer style="text-align: center;">
|
||||||
|
<p>© 2025 Kristian Emil Takvam | Built with the <a href="https://github.com/trueberryless-org/astro-portfolio-template" target="_blank">Astro-portfolio-template</a> theme by <a href="https://trueberryless.org/" target="_blank">@trueberryless</a></p>
|
||||||
|
</footer>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue