There was an error while loading. Please reload this page.
1 parent 1b4dd43 commit 29cf874Copy full SHA for 29cf874
create/skeletons/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 }}
+ <section>
+ <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
6
+ {{ .Summary }}
7
+ </section>
8
{{ end }}
9
create/skeletons/theme/layouts/section.html
@@ -2,7 +2,9 @@
<h1>{{ .Title }}</h1>
{{ range .Pages }}
10
0 commit comments