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

github.com/sudorook/capsule.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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 4bd5d70..1ff00ac 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -12,9 +12,9 @@
<!-- Content -->
<div class="container" style="min-height:56vh">
{{- if .Data.Singular }}
- <p class="title">{{ .Data.Singular | title }}: {{ .Title }}</p>
+ <h1 class="title">{{ .Data.Singular | title }}: {{ .Title }}</h1>
{{- else }}
- <p class="title">{{ .Kind | title }}: {{ .Title }}</p>
+ <h1 class="title">{{ .Kind | title }}: {{ .Title }}</h1>
{{- end }}
{{- range .Paginator.Pages }}