-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Breaking ChangeImplementing this change will result in a breaking change.Implementing this change will result in a breaking change.enhancementNew feature or requestNew feature or request
Milestone
Description
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.Implementing this change will result in a breaking change.enhancementNew feature or requestNew feature or request
Projects
Status
Ready