all repos — homestead @ 1cc014c44be6866e9c394a44b923d9448af6766b

Code for my website

Merge commit '68c1f25275bb50a5cfdead53ac55d88ff12a34ae' as 'themes/xmin'

Alan Pearce
commit

1cc014c44be6866e9c394a44b923d9448af6766b

parent

066fe997a9cf35fbdf4b582f06f375e779bd8f6d

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" . }}