There was an error while loading. Please reload this page.
1 parent 81a6775 commit 99ef329Copy full SHA for 99ef329
theme/layouts/home.html
@@ -1,7 +1,9 @@
1
{{ define "main" }}
2
{{ .Content }}
3
{{ range site.RegularPages }}
4
- <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
5
- {{ .Summary }}
+ <article>
+ <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
6
+ {{ .Summary }}
7
+ </article>
8
{{ end }}
9
theme/layouts/section.html
@@ -2,7 +2,9 @@
<h1>{{ .Title }}</h1>
{{ range .Pages }}
10
0 commit comments