aboutsummaryrefslogtreecommitdiff
path: root/templates/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list.html')
-rw-r--r--templates/list.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/list.html b/templates/list.html
index 5ae7db0..8fe58e4 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -4,26 +4,23 @@
<body>
{{> header.html}}
<h1>
-{{?htag}}
Category listing:
{{#htag}}
<a href="{{href}}">
- {{^tag}}all{{/tag}}
- {{?tag}}» {{tag}}{{/tag}}
+ {{?name}}» {{name}}{{/name}}
</a>
{{/htag}}
-{{/htag}}
</h1>
<p>See the <a href="{{taghref}}">hierarchical view of this category</a>.</p>
{{?subtags}}<h3>Sub-categories</h3>
<ul>
{{#subtags}}
- <li><a href="{{href}}">{{#tags}} » {{.}} {{/tags}}</a></li>
+ <li>{{name}} (<a href="{{href}}">{{#htag}} » {{name}} {{/htag}}</a>)</li>
{{/subtags}}
</ul>
{{/subtags}}
{{?pages}}
- <h3>Cards</h3>
+ <h3>Pages</h3>
<ul>
{{#pages}}
<li><a href="{{href}}">{{meta.title}}</a></li>