clean up
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-17 07:31:31 +02:00
parent 253b2fb05a
commit 78f5e31764
3 changed files with 23 additions and 13 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> <a href="https://sergio.am/code/sergio.am">Código fuente y versionado</a></span>
<span class="footer_item"><a href="/LICENSE">&copy; Sergio Álvarez</a> <span title="Last build">🔨 {{ site.time | date: "%d %b %Y" }}</span></span>
</footer>
<script src="/assets/js/main.js" defer="defer"></script>