sidebar-for-bayou/layouts/partials/sidebar.html

14 lines
413 B
HTML
Raw Normal View History

<div class="sidebar">
{{ partial "sidebar-items/recommendations.html" . }}
<div class="sidebar-item">
2024-03-13 10:18:05 +00:00
<header>
<h1>About</h1>
2024-03-13 10:18:05 +00:00
</header>
<div>
<p>This is some more stuff that goes here.</p>
2024-03-14 10:22:16 +00:00
</div>
</div>
2024-03-15 23:09:48 +00:00
{{ partial "sidebar-items/links.html" (dict "title" "Books" "links" (index .Site.Data.blogrolls "books-that-are-cool"))}}
</div>