sitetitle - blockpress/blockpress.me GitHub Wiki
id="sitetitle"
Applies to: template.html
You may mark one html element in your themes template.html
with this id. The contents of this element will be replaced with the sitetitle
as defined in the sites config file.
{sitetitle}
Applies to: template.html
Additionally, the site title will replace this placeholder whereever it appears in the template. This enables the insertion of the sitetitle multiple times.
Back to Developer reference.