Update list.html

This commit is contained in:
kuoi 2021-12-29 17:33:10 +00:00 committed by GitHub
parent bf13f70e49
commit 12c291908b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<dev class="section-title">{{.Section}}</dev>
{{ range $index, $element := .Paginator.Pages }}
<div class="list-item">
<a class="entry-title" href="{{ .URL }}">{{ .Title }}</a>
<a class="entry-title" href="{{ .Permalink }}">{{ .Title }}</a>
{{$page := .}}
{{with .Description}}
<p>{{.}}</p>