aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/head.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/head.html b/templates/head.html
index bd85177..63b19b5 100644
--- a/templates/head.html
+++ b/templates/head.html
@@ -2,9 +2,13 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
- {{?title}}{{title}}{{/title}}
+ {{?title}}How-To Cards: {{title}}{{/title}}
{{?htag}}
- All cards {{#htag}} » {{tag}}{{/htag}}
+ Category:
+ {{#htag}}
+ {{?tag}} » {{tag}}{{/tag}}
+ {{^tag}}All cards{{/tag}}
+ {{/htag}}
{{/htag}}
</title>
<link rel="stylesheet" href="{{root}}style.css" />