mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-18 15:43:49 +00: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">
|
<ul style="margin-top: 20px">
|
||||||
{{ range .Data.Pages }}
|
{{ range .Data.Pages }}
|
||||||
<li>
|
<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>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue