We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2781d76 commit a3dab7cCopy full SHA for a3dab7c
layouts/_default/list.html
@@ -8,9 +8,9 @@
8
<section class="articles">
9
{{ range (.Paginate ( where site.RegularPages "Section" "posts" ).ByDate.Reverse).Pages }}
10
<article class="article">
11
- <h1 class="article-title">
+ <h2 class="article-title">
12
<a href="{{ .Permalink }}" title="{{ .Title }}"> {{ .Title }} </a>
13
- </h1>
+ </h2>
14
<small class="date">{{ .Date.Format "Mon Jan 2, 2006" }}</small>
15
<div class="tags">
16
{{ range .Params.Tags }}
0 commit comments