This commit is contained in:
parent
3fbf3b427f
commit
6567c11a3a
2 changed files with 4 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
|
{{ with $.GetPage "about" }}
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
{{ range site.RegularPages }}
|
|
||||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
|
||||||
{{ .Summary }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{{ define "main" }}
|
|
||||||
{{ with $.GetPage "about" }}
|
|
||||||
{{ .Content }}
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
Loading…
Add table
Add a link
Reference in a new issue