mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: Fix list template link
This commit is contained in:
parent
3031793431
commit
1eb3c4a8e7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<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>
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a> <em>Updated {{ .Lastmod.Format "Mon, Jan 2, 2006" }}</em>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue