Initial commit
This commit is contained in:
parent
1228692325
commit
dbe51f693d
23 changed files with 1924 additions and 0 deletions
6
layouts/_default/taxonomy.html
Normal file
6
layouts/_default/taxonomy.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ range .Data.Terms.ByCount }}
|
||||
<a href="{{ .Page.RelPermalink }}">{{ if eq .Page.Data.Singular "tag" }}#{{ end }}{{ .Page.Title }}</a> {{ $len := len .Pages }}{{ $len }} post{{ if ne $len 1 }}s{{ end }}<br>
|
||||
{{ end }}
|
||||
{{ end }}
|
Reference in a new issue