mirror of
https://github.com/BioArchLinux/hugo-theme-archbio.git
synced 2025-03-10 12:02:42 +00:00
14 lines
352 B
HTML
14 lines
352 B
HTML
<aside id="sidebar">
|
|
{{ partial "widgets/download" . }}
|
|
{{ partial "widgets/documentation" . }}
|
|
{{ partial "widgets/recent_articles" . }}
|
|
<!--
|
|
{{ partial "widgets/categories" . }}
|
|
|
|
{{ partial "widgets/tags" . }}
|
|
|
|
{{ partial "widgets/tag_cloud" . }}
|
|
|
|
<div id="toTop" class="fa fa-chevron-up"></div>
|
|
-->
|
|
</aside>
|