Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sidebar.html « partials « layouts - github.com/syui/hugo-theme-wave.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 311d0bbecbc517834615fd1b2411db4e846dc7a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<aside id="sidebar">
    {{ partial "widgets/search" . }}
    {{ partial "widgets/recent_articles" . }}
    {{ partial "widgets/categories" . }}
    {{ partial "widgets/tag_cloud" . }}
    <!--
    {{ partial "widgets/documentation" . }}
    {{ partial "widgets/tags" . }}
    {{ partial "widgets/download" . }}
    <div id="toTop" class="fa fa-chevron-up"></div>
    -->
</aside>