mmote.ru/themes/mmotium/layouts/partials/sidebar.html

26 lines
797 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>
</div>
</section>