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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-04-23 11:49:30 +0300
committerGitHub <noreply@github.com>2020-04-23 11:49:30 +0300
commit87fbb05e863c014b858eae042c890f1a52928df7 (patch)
treec20f0042cb05c39ebb9f2614633beb1f7c5d5ab7 /layouts/taxonomy
parent919f559fd03a49c6371c99d7b1513dc9b51e3a17 (diff)
feat(header): add Logo, pre and post config for header title (#252)
Diffstat (limited to 'layouts/taxonomy')
-rw-r--r--layouts/taxonomy/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html
index d770be0..00f552d 100644
--- a/layouts/taxonomy/list.html
+++ b/layouts/taxonomy/list.html
@@ -19,7 +19,7 @@
{{- /* Paginate */ -}}
{{- $pages := .Pages.GroupByDate "2006" -}}
{{- range (.Site.Params.list.paginate | default .Site.Params.paginate | .Paginate $pages).PageGroups -}}
- <h3>{{ .Key }}</h3>
+ <h3 class="group-title">{{ .Key }}</h3>
{{- range .Pages -}}
<article class="archive-item">
<a href="{{ .RelPermalink }}" class="archive-item-link">