committed all
This commit is contained in:
11
layouts/labels/list.html
Normal file
11
layouts/labels/list.html
Normal file
@ -0,0 +1,11 @@
|
||||
{{ define "main" }}
|
||||
<h1>Labels</h1>
|
||||
<ul>
|
||||
{{ range .Pages }}
|
||||
<li>
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
<p>{{ .Params.description }}</p>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user