You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, I discovered it's because I also used the integration to add meta charset. Related to #91. Re-adding that meta tag outside of the integration fixed the issue.
Previously, I set the
<title>
tag like this:<title>Page Name · Site Name</title>
which would render as "Page Name · Site Name"I'm trying to match this using this integration's meta tag extensions like so:
titleTemplate: %s · Site Name
But it renders as
Page Name · Site Name
If this could be fixed, I'd appreciate it!
The text was updated successfully, but these errors were encountered: