Started working on sidebar for post-list
This commit is contained in:
parent
6dbc73c538
commit
ac94f9526f
1
layouts/partials/microhook-after-post-list.html
Normal file
1
layouts/partials/microhook-after-post-list.html
Normal file
|
@ -0,0 +1 @@
|
|||
{{ partial "sidebar.html" . }}
|
3
layouts/partials/sidebar.html
Normal file
3
layouts/partials/sidebar.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="sidebar">
|
||||
<p>Sidebar goes here.</p>
|
||||
</div>
|
Loading…
Reference in a new issue