change theme 2 dark

This commit is contained in:
2026-05-27 23:31:29 +03:00
parent 8187183317
commit 21c981c2e0
9 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{{- define "main" }}
<div class="container-xxl">
<main>
<section class="bg-white border rounded shadow-sm p-3 mb-3 text-center">
<section class="bg-body-tertiary border rounded shadow-sm p-3 mb-3 text-center">
<nav aria-label="breadcrumb">
<ol class="breadcrumb m-0">
<li class="breadcrumb-item"><a href="/">Главная</a></li>
@@ -11,13 +11,13 @@
</nav>
</section>
<section class="tags-justify bg-white border rounded shadow-sm p-3 mb-3 text-justify">
<section class="bg-body-tertiary tags-justify border rounded shadow-sm p-3 mb-3 text-justify">
{{- $type := .Type }}
{{- range $key, $value := .Data.Terms.Alphabetical }}
{{- $name := .Name }}
{{- $count := .Count }}
{{- with site.GetPage (printf "/%s/%s" $type $name) }}
<a class="btn btn-sm btn-outline-dark position-relative m-2" href="{{ .Permalink }}">{{ .Name }}
<a class="btn btn-sm btn-dark position-relative m-2" href="{{ .Permalink }}">{{ .Name }}
<span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger">{{ $count }}</span>
</a>
{{- end }}