mmote.ru/themes/mmotium/layouts/partials/sidebar.html
MultiMote 3ae5f963ca
All checks were successful
Build and deploy mmote.ru / Build-And-Deploy (push) Successful in 21s
Новый пост: telegram-comments
2024-04-26 22:56:02 +03:00

32 lines
929 B
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>
<div class="item">
<h4>Категории</h4>
<ul>
{{ range .Site.Taxonomies.categories }}
<li><a href="{{ .Page.RelPermalink }}">{{ .Page.Title }}</a> {{/* .Count */}}</li>
{{ end }}
</ul>
</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>