fix title rendering
This commit is contained in:
parent
e347e72f7e
commit
28e147e0b2
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue