feat: Re-do the nav
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<footer class="site-footer">
|
||||
<footer class="footer">
|
||||
{% if config.extra.footer.show_copyright %}
|
||||
<p title="Last built at {{ now() | date(format='%F %R %Z') }}">© {{ config.title }}, 2023</p>
|
||||
{% endif %}
|
||||
|
@ -1,6 +1,7 @@
|
||||
<nav class="site-nav">
|
||||
<div class="site-nav-container">
|
||||
<a class="site-nav-title" href="{{ config.base_url }}">
|
||||
<nav class="nav">
|
||||
<div class="nav-container">
|
||||
<a href="{{ config.base_url }}">
|
||||
<i class="bi bi-house-fill"></i>
|
||||
{{ config.title }}
|
||||
</a>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user