Merge commit '7befbf2f991e217aa4d52615f9f430cae30897f5' as 'themes/xmin'
1 file changed, 13 insertions(+), 0 deletions(-)
changed files
A themes/xmin/layouts/_default/terms.html
@@ -0,0 +1,13 @@ +{{ partial "header.html" . }} + +<h1>{{ .Title }}</h1> + +<ul class="terms"> + {{ range .Data.Terms }} + <li> + <a href="{{ .Page.RelPermalink }}">{{ .Page.Title }}</a> ({{ .Count }}) + </li> + {{ end }} +</ul> + +{{ partial "footer.html" . }}