Closed
Description
Hi,
thanks for this easy starting point with jekyll!
I just want to make you aware that this line in index.html is unsafe:
{{ post.content | truncatewords:40}}
Depending of what you have in your post, you might be in the middle of markup. I am not entirely sure why, but in our page it resulted in strange <em>
tags appearing. I switched it now to use the
{{ post.excerpt }}
tag with a custom excerpt separator and that works better.
Best,
Anna
Metadata
Assignees
Labels
No labels