We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
twitter:description
meta
Describe the bug If header_text is set to multi-line content with HTML tags, the content of twitter:description meta tag will overflow to body.
header_text
body
To Reproduce Steps to reproduce the behavior:
_config.yml
header_text: > This is the first line <div style="color: white">This is the second line</div>
Expected behavior Overflow should not happen
Screenshots
The text was updated successfully, but these errors were encountered:
Nice thanks, let me check the linked PR ;)
Sorry, something went wrong.
sylhare
Successfully merging a pull request may close this issue.
Describe the bug
If
header_text
is set to multi-line content with HTML tags, the content oftwitter:description
meta
tag will overflow tobody
.To Reproduce
Steps to reproduce the behavior:
header_text
in_config.yml
toExpected behavior
Overflow should not happen
Screenshots
The text was updated successfully, but these errors were encountered: