feat: Underline links for accessebility, add active style for clickable elements, use current year in footer
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<footer class="footer">
|
||||
{% if config.extra.footer.show_copyright %}
|
||||
<p title="Last built at {{ now() | date(format='%F %R %Z') }}">© {{ config.title }}, 2023</p>
|
||||
<p title="Last built at {{ now() | date(format='%F %R %Z') }}">© {{ config.title }}, {{ now() | date(format="%Y") }}</p>
|
||||
{% endif %}
|
||||
|
||||
{% if config.extra.footer.show_source %}
|
||||
|
Reference in New Issue
Block a user