Fix home page template
This commit is contained in:
parent
fef60c6e43
commit
24cfe37bee
@ -1,7 +1,4 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
|
<h1>{{ .Title }}</h1>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
{{ range site.RegularPages }}
|
|
||||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
|
||||||
{{ .Summary }}
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user