Started working on sidebar for post-list

This commit is contained in:
Leon Mika 2024-03-13 20:42:04 +11:00
parent 6dbc73c538
commit ac94f9526f
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
{{ partial "sidebar.html" . }}

View file

@ -0,0 +1,3 @@
<div class="sidebar">
<p>Sidebar goes here.</p>
</div>