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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Rehkemper <gavinr@users.noreply.github.com>2021-08-23 20:17:33 +0300
committerGitHub <noreply@github.com>2021-08-23 20:17:33 +0300
commit68ebd67f9163828fd9756a54af24e8c8090eec38 (patch)
tree402501c93790db17e2ed9d3bfd7c030a609af09d
parent2feda5ab0a88439f7367dd40863ecc3f222f6709 (diff)
Change summary titles on homepage to h2
See #52 See #54
-rw-r--r--layouts/_default/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html
index daa91af..a673fe7 100644
--- a/layouts/_default/summary.html
+++ b/layouts/_default/summary.html
@@ -1,7 +1,7 @@
<a href="{{ .Permalink }}" class="catalogue-item">
<div>
<time datetime="{{ .PublishDate }}" class="catalogue-time">{{ i18n "publishdate" . }}</time>
- <h1 class="catalogue-title">{{ .Title }}</h1>
+ <h2 class="catalogue-title">{{ .Title }}</h2>
<div class="catalogue-line"></div>
<p>