Add footer with copyright information and theme attribution

This commit is contained in:
Krem 2025-10-26 19:36:24 +01:00
parent 5236d354aa
commit 3be6a9fa05
1 changed files with 3 additions and 0 deletions

View File

@ -36,4 +36,7 @@ const variables = {
-->
<Socials />
</main>
<footer style="text-align: center;">
<p>&copy; 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>