aboutsummaryrefslogtreecommitdiff
path: root/templates/tag.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tag.html')
-rw-r--r--templates/tag.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/tag.html b/templates/tag.html
index f17e669..cb79591 100644
--- a/templates/tag.html
+++ b/templates/tag.html
@@ -4,16 +4,16 @@
<body>
{{> header.html}}
<h1>
-Cards in category:
+Pages in category:
{{#htag}}
-<a class="cards-tagpiece" href="{{href}}">
+<a href="{{href}}">
{{^tag}}all{{/tag}}
{{?tag}}ยป {{tag}}{{/tag}}
</a>
{{/htag}}
</h1>
<p>See the <a href="{{listhref}}">complete listing of all pages in this category</a>.</p>
-<ul class="cards-list">
+<ul>
{{?pages}}
{{#pages}}
<li><a href="{{href}}">{{meta.title}}</a></li>
@@ -53,6 +53,5 @@ Cards in category:
{{/subtags}}
{{/subtags}}
</ul>
-{{> footer.html}}
</body>
</html>