By default, there is a empty <title></title> in front of the head.html title tag. So there is no page title occurs. I wonder how does the empty title tag occur?
And if I use {{dict 'siteTitle' 'xxx'}}, the head.html displays it directly without processing it.
How to define siteTitle and siteDesc dictionaries in head.html? Thanks!
By default, there is a empty
<title></title>
in front of thehead.html
title tag. So there is no page title occurs. I wonder how does the empty title tag occur?And if I use
{{dict 'siteTitle' 'xxx'}}
, thehead.html
displays it directly without processing it.How to define siteTitle and siteDesc dictionaries in head.html? Thanks!