summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRayHammer <evkondratyev@yandex.ru>2022-11-03 13:19:12 +0100
committerRayHammer <evkondratyev@yandex.ru>2022-11-03 13:19:12 +0100
commit9a53320db8d21aba579d3054c93053b8e2db4116 (patch)
tree2520f4c47554e885394bc87faa67aa95b51d0d8e /themes
parent2c855fbf650adf3e06e6e17dc177be82d7deaed9 (diff)
Added menu sections to side bar
Diffstat (limited to 'themes')
-rw-r--r--themes/stingray/layouts/partials/aside.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/stingray/layouts/partials/aside.html b/themes/stingray/layouts/partials/aside.html
index c91c68c..dd31307 100644
--- a/themes/stingray/layouts/partials/aside.html
+++ b/themes/stingray/layouts/partials/aside.html
@@ -7,4 +7,13 @@
<span class="p-nickname">RayHammer</span>
</p>
</div>
+ <ul>
+ {{ range .Site.Menus.main }}
+ <li>
+ <a href="{{ .URL }}}">
+ {{ .Name }}
+ </a>
+ </li>
+ {{ end }}
+ </ul>
</aside> \ No newline at end of file