aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/edwin/layouts/partials/sidebar.html
blob: 6d182f84e2eaf1ec27e351207cf106ad3ebd2a84 (plain)
1
2
3
4
5
6
7
8
<aside class="">
    {{ if default true .Site.Params.sidebar.showRecent }}
        {{ partial "recent" . }}
    {{ end }}
    {{ if default true .Site.Params.sidebar.showTaxonomy }}
        {{ partial "taxonomies" . }}
    {{ end }}
</aside>