Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spech66/bootstrap-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 2ecd355..e77668a 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -11,7 +11,7 @@
<div class="card-body">
<h1>{{ $sitetitle }}</h1>
{{ range $key, $value := .Pages.GroupByDate "2006" }}
- <a href="#{{ .Key | urlize }}" class="badge bg-primary"><span>{{ .Key }}</span> <span class="badge bg-light">{{ len .Pages }}</span></a>
+ <a href="#{{ .Key | urlize }}" class="badge bg-primary"><span>{{ .Key }}</span> <span class="badge bg-dark">{{ len .Pages }}</span></a>
{{ end}}
</div>
</div>