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

This commit is contained in:
2022-05-18 18:51:58 +02:00
parent 78f5e31764
commit 27a7a8d9a2
3 changed files with 2 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<footer class="footer">
<span class="footer_item"><a href="/LICENSE">&copy; Sergio Álvarez</a> <span title="Last build">🔨 {{ site.time | date: "%d %b %Y" }}</span></span>
<span class="footer_item"><a href="/LICENSE">&copy; Sergio Álvarez</a> <span title="Last build: {{ site.time | date_to_xmlschema }}">🔨 {{ site.time | date: "%d %b %Y" }}</span></span>
</footer>
<script src="/assets/js/main.js" defer="defer"></script>