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:
Diffstat (limited to 'layouts/_default/section.html')
-rw-r--r--layouts/_default/section.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index 89ebcba..0bed0b0 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -12,7 +12,7 @@
{{- /* Paginate */ -}}
{{- $pages := .Pages.GroupByDate "2006" -}}
{{- range (.Site.Params.section.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">