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

meta keywords in article.html repeats for each charater in markdown #72

Open
tskubicki opened this issue Mar 28, 2018 · 0 comments
Open

Comments

@tskubicki
Copy link

tskubicki commented Mar 28, 2018

When trying to set keywords in an article via markdown, it creates a new meta keywords tag for each character. Say my keyword was set to "apple", it would come out..
meta name="keywords" content="a" > meta name="keywords" content="p" > meta name="keywords" content="p" >

I have been able to work around this by changing article.html Lines 7-9 to the below.
{% if article.keywords %} <meta name="keywords" content="{{article.keywords}}" > {% endif %}

Just something to put on the radar.

Thank you for your work.

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