Skip to content

Commit a3dab7c

Browse files
Sushanth KurdekarSushanth Kurdekar
authored andcommitted
minar change
1 parent 2781d76 commit a3dab7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/_default/list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<section class="articles">
99
{{ range (.Paginate ( where site.RegularPages "Section" "posts" ).ByDate.Reverse).Pages }}
1010
<article class="article">
11-
<h1 class="article-title">
11+
<h2 class="article-title">
1212
<a href="{{ .Permalink }}" title="{{ .Title }}"> {{ .Title }} </a>
13-
</h1>
13+
</h2>
1414
<small class="date">{{ .Date.Format "Mon Jan 2, 2006" }}</small>
1515
<div class="tags">
1616
{{ range .Params.Tags }}

0 commit comments

Comments
 (0)