This commit is contained in:
2022-05-11 19:57:29 +02:00
parent 5ece9cd3f9
commit 43ea246b56
5 changed files with 3 additions and 45 deletions

View File

@ -1,5 +1,5 @@
<footer class="footer">
<span class="footer_item"><a href="/LICENSE">&copy; {{ site.time | date: "%Y" }} Sergio Álvarez</a></span>
<span class="footer_item"><a href="/LICENSE">&copy; {{ site.time | date: "%Y" }} Sergio Álvarez</a><a href="https://sergio.am/code/sergio.am">Código fuente y versionado</a></span>
</footer>
<script src="/assets/js/main.js" defer="defer"></script>