chore: Use IDs instead of classes for nav and footer; change name to site-nav/footer
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<footer class="footer">
|
||||
<footer id="site-footer">
|
||||
{% if config.extra.footer.show_copyright %}
|
||||
<p title="Last built at {{ now() | date(format='%F %R %Z') }}">© {{ config.title }}, {{ now() | date(format="%Y") }}</p>
|
||||
{% endif %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
<header id="header">
|
||||
<header id="site-nav">
|
||||
<nav>
|
||||
<a id="title" href="{{ get_url(path='') }}">
|
||||
{% if config.extra.nav.icons %}
|
||||
|
Reference in New Issue
Block a user