aboutsummaryrefslogtreecommitdiff
path: root/templates/tag.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tag.html')
-rw-r--r--templates/tag.html25
1 files changed, 15 insertions, 10 deletions
diff --git a/templates/tag.html b/templates/tag.html
index cb79591..8e8fb09 100644
--- a/templates/tag.html
+++ b/templates/tag.html
@@ -4,13 +4,12 @@
<body>
{{> header.html}}
<h1>
-Pages in category:
-{{#htag}}
-<a href="{{href}}">
- {{^tag}}all{{/tag}}
- {{?tag}}» {{tag}}{{/tag}}
-</a>
-{{/htag}}
+ Pages in category:
+ {{#htag}}
+ <a href="{{href}}">
+ {{?name}}» {{name}}{{/name}}
+ </a>
+ {{/htag}}
</h1>
<p>See the <a href="{{listhref}}">complete listing of all pages in this category</a>.</p>
<ul>
@@ -22,7 +21,8 @@ Pages in category:
{{?subtags}}
{{#subtags}}
<li>
- <a href="{{href}}">{{#tags}} » {{.}} {{/tags}}</a>
+ {{name}}
+ (<a href="{{href}}">{{#htag}} » {{name}} {{/htag}}</a>)
<ul>
{{?pages}}
{{#pages}}
@@ -32,7 +32,8 @@ Pages in category:
{{?subtags}}
{{#subtags}}
<li>
- <a href="{{href}}">{{#tags}} » {{.}} {{/tags}}</a>
+ {{name}}
+ (<a href="{{href}}">{{#htag}} » {{name}} {{/htag}}</a>)
<ul>
{{?pages}}
{{#pages}}
@@ -41,7 +42,11 @@ Pages in category:
{{/pages}}
{{?subtags}}
{{#subtags}}
- <li><a href="{{href}}">{{#tags}} » {{.}} {{/tags}}</a> (click to expand)</li>
+ <li>
+ {{name}}
+ (<a href="{{href}}">{{#htag}} » {{name}} {{/htag}}</a>,
+ click to expand)
+ </li>
{{/subtags}}
{{/subtags}}
</ul>