mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 13:14:38 -04:00
parent
3b42640e3f
commit
3031793431
@ -0,0 +1,9 @@
|
||||
{{ define "main" }}
|
||||
<ul style="margin-top: 20px">
|
||||
{{ range .Data.Pages }}
|
||||
<li>
|
||||
<a href="{{ index .Params " link " }}">{{ .Title }}</a> <em>Updated {{ .Lastmod.Format "Mon, Jan 2, 2006" }}</em>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
Loading…
x
Reference in New Issue
Block a user