Skip to content

Breaking change: change site_title template tag #161

@stuartmaxwell

Description

@stuartmaxwell

See #160 (comment) for related issue.

site_title should return HTML, e.g. {% site_title %} would return:

<div>My blog's title!</div>

or {% site_title tag="h2" class="title" %} would return:

<h2 class="title">My blog's title!</h2>

get_site_title should be used to return the string.

Metadata

Metadata

Assignees

Labels

Breaking ChangeImplementing this change will result in a breaking change.enhancementNew feature or request

Projects

Status

Ready

Relationships

None yet

Development

No branches or pull requests

Issue actions