mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-09 07:28:43 +00:00
Add base templates, theme, and dark mode
This commit is contained in:
9
templates/partials/sidebar.njk
Normal file
9
templates/partials/sidebar.njk
Normal file
@@ -0,0 +1,9 @@
|
||||
<aside class="sidebar" id="sidebar">
|
||||
<nav>
|
||||
<ul>
|
||||
{% for item in navigation %}
|
||||
<li><a href="{{ item.path }}">{{ item.page.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</nav>
|
||||
</aside>
|
Reference in New Issue
Block a user