We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a170c6e commit a05666eCopy full SHA for a05666e
layouts/_default/list.html
@@ -26,9 +26,9 @@ <h1>{{ .Title }}</h1>
26
{{ .Content }}
27
{{ else }}
28
{{ range .Pages.ByWeight }}
29
- <h2>
30
- <a href="{{ if .Params.url}}{{ .Params.url}}{{else}}{{ .Permalink }}{{end}}">{{ .Title }}</a>
31
- </h2>
+ <h2>
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+ </h2>
32
{{ end }}
33
34
layouts/index.html
0 commit comments