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

github.com/softwareyoga/ronu-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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 6b12990..749b343 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -2,9 +2,9 @@
{{ $paginator := .Paginate (.Pages) }}
{{ range $paginator.Pages }}
- <h2>{{ .Title }}{{ if .Draft }} ::Draft{{ end }}</h2>
- {{ .Description | plainify | safeHTML }}
- <a href="{{ .Permalink }}"> Read More.</a>
+ <h1>{{ .Title }}{{ if .Draft }} ::Draft{{ end }}</h1>
+ <p>{{ .Description | plainify | safeHTML }}
+ <a href="{{ .Permalink }}"> Read More.</a></p>
{{ end }}
{{ partial "pagination.html" . }}