feat: Underline links for accessebility, add active style for clickable elements, use current year in footer

This commit is contained in:
daudix
2024-01-16 01:03:15 +03:00
parent 2c5fd27b90
commit 8c413a6101
8 changed files with 48 additions and 31 deletions

View File

@ -1,6 +1,6 @@
<footer class="footer">
{% if config.extra.footer.show_copyright %}
<p title="Last built at {{ now() | date(format='%F %R %Z') }}">&copy; {{ config.title }}, 2023</p>
<p title="Last built at {{ now() | date(format='%F %R %Z') }}">&copy; {{ config.title }}, {{ now() | date(format="%Y") }}</p>
{% endif %}
{% if config.extra.footer.show_source %}