theme-blog-ewen/layouts/partials/sidebar.html

11 lines
272 B
HTML
Raw Normal View History

2020-04-12 08:16:04 +00:00
<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>