website/themes/hugo-theme-wave/layouts/partials/sidebar.html
2020-01-12 23:32:32 +01:00

6 lines
185 B
HTML

<aside id="sidebar">
{{ partial "widgets/search" . }}
{{ partial "widgets/recent_articles" . }}
{{ partial "widgets/categories" . }}
{{ partial "widgets/tag_cloud" . }}
</aside>