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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post-list.html')
-rw-r--r--layouts/partials/post-list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/post-list.html b/layouts/partials/post-list.html
index 993f0e3..00d60a2 100644
--- a/layouts/partials/post-list.html
+++ b/layouts/partials/post-list.html
@@ -1,8 +1,8 @@
<h1>{{ .Title }}</h1>
{{ range where .Pages.ByPublishDate.Reverse "Section" "post" }}
-<h2>
+<h3>
<a href="{{ .Permalink }}">
{{ .Title }}
</a>
-</h2>
+</h3>
{{ end }} \ No newline at end of file