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

sidebar.html « content « partials « layouts - github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 926a1751bd9e05bc802de2181ead1f8b86d26082 (plain)
1
2
3
4
5
6
<div class="sidebar">
  {{ partial "widgets/recent_articles" . }}
  {{ partial "widgets/categories" . }}
  {{ partial "widgets/tags" . }}
  {{ partial "widgets/tag_cloud" . }}
</div>