mmote.ru/themes/mmotium/layouts/partials/sidebar.html
MultiMote b48d98b067
All checks were successful
Build and deploy mmote.ru / Build-And-Deploy (push) Successful in 1m51s
Вывод содержания в боковой панели
2024-06-01 23:57:11 +03:00

44 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="sidebar">
<div class="item">
<h4>Будь осторожен!</h4>
<p>
Это минимальный набор всего,
чтобы начать работать с сайтом.
</p>
<p>
Согласен, лучше не стало. Но всё ещё впереди.
</p>
</div>
{{ if strings.Contains .TableOfContents "li" }}
<div class="item">
<h4>Содержание</h4>
<div class="toc">
{{ .TableOfContents }}
</div>
</div>
{{ end }}
<div class="item">
<h4>Категории</h4>
<div class="categories">
<ul>
{{ range .Site.Taxonomies.categories }}
<li><a href="{{ .Page.RelPermalink }}">{{ .Page.Title }}</a> {{/* .Count */}}</li>
{{ end }}
</ul>
</div>
</div>
<div class="item">
<p>
<a href="https://old.mmote.ru">Старый сайт</a>
</p>
<p>
<a href="https://t.me/mmotium">Telegram</a>
</p>
<p>
<!--commit-->
</p>
</div>
</section>