theme-blog-ewen/layouts/partials/sidebar.html
2020-04-12 10:16:04 +02:00

11 lines
272 B
HTML

<main class="container flex">
<aside class="sidebar">
<h2>{{ i18n "categories" }}</h2>
{{- partial "section-menu.html" (dict "menu" .Site.Sections "currentPage" .Page) -}}
<br>
<h2>{{ i18n "tags" }}</h2>
{{- partial "section-tags.html" . -}}
</aside>