11ty-resume/src/_includes/partials/footer.html
2023-08-31 22:26:14 +02:00

6 lines
287 B
HTML

<footer class="wrapper-full">
<ul class="list-inline">
<li>Built with <a href="https://11ty.dev/" target="_blank" rel="nofollow">Eleventy</a></li>
<li>Source on <a href="https://github.com/TheThomaas" target="_blank" rel="nofollow">Github</a></li>
</ul>
</footer>