Update: services order

This commit is contained in:
hyzen
2026-06-08 14:56:08 +05:30
parent 69a9a57b67
commit 269f405c8d
10 changed files with 65 additions and 62 deletions

View File

@@ -1,17 +1,17 @@
{{ define "main" }}
<nav class="uninotes-breadcrumbs breadcrumbs">
<a href="/services/">Services</a>
<a href="/services/">Services</a>
</nav>
<h1>Services</h1>
<ol class="uninotes-list uninotes-list--subjects">
{{ range .Pages.ByTitle }}
<li class="uninotes-list__item">
<a class="uninotes-list__link" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
</li>
{{ end }}
{{ range .Pages.ByWeight }}
<li class="uninotes-list__item">
<a class="uninotes-list__link" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
</li>
{{ end }}
</ol>
{{ end }}