aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/_default/list.html
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-07-25 17:01:01 -0400
committerThedro Neely <thedroneely@gmail.com>2019-07-25 17:01:01 -0400
commit9195dfedf44e61c2fbe268c6f7dabb86932825b4 (patch)
tree111f05534ed678e2f2db559581879c1580cce9dc /generators/hugo/themes/tdro/layouts/_default/list.html
parent8aa827448271161b7bfa1bb7f59c0a8fbb484cd9 (diff)
downloadthedroneely.com-9195dfedf44e61c2fbe268c6f7dabb86932825b4.tar.gz
thedroneely.com-9195dfedf44e61c2fbe268c6f7dabb86932825b4.tar.bz2
thedroneely.com-9195dfedf44e61c2fbe268c6f7dabb86932825b4.zip
hugo/layouts/_default: Use h2 tags
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/_default/list.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/list.html b/generators/hugo/themes/tdro/layouts/_default/list.html
index fd854f5..abf948e 100644
--- a/generators/hugo/themes/tdro/layouts/_default/list.html
+++ b/generators/hugo/themes/tdro/layouts/_default/list.html
@@ -4,7 +4,7 @@
<div class="columns is-centered">
<div class="column is-7">
<article class="content">
- <h1 class="title">{{ .Title }}</h1>
+ <h2 class="title">{{ .Title }}</h2>
{{ range .Paginator.Pages }}
{{ .Render "summary" }}
{{ end }}