Update list.html
This commit is contained in:
parent
bf13f70e49
commit
12c291908b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue