mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-06 07:02:03 +00:00
7 lines
174 B
HTML
7 lines
174 B
HTML
{{ define "main" }}
|
|
{{ .Content }}
|
|
{{ range site.RegularPages }}
|
|
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
|
{{ .Summary }}
|
|
{{ end }}
|
|
{{ end }}
|