Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML entity in titleTemplate doesn't render correctly #99

Closed
paulrudy opened this issue Oct 10, 2024 · 1 comment
Closed

HTML entity in titleTemplate doesn't render correctly #99

paulrudy opened this issue Oct 10, 2024 · 1 comment

Comments

@paulrudy
Copy link

Previously, I set the <title> tag like this:

<title>Page Name &middot; 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 &middot; Site Name

But it renders as Page Name · Site Name

If this could be fixed, I'd appreciate it!

@paulrudy
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant