vsoch / docsy-jekyll

A Jekyll version of the beautiful Docsy!
https://vsoch.github.io/docsy-jekyll/
Apache License 2.0
199 stars 142 forks source link

Search results show "news" posts incorrectly #13

Closed teacher-svb closed 4 years ago

teacher-svb commented 4 years ago

e.g. if you search for "welcome" one of the search results (the one referring to the "Welcome to MkDocs Jekyll" news post) will have no title or clickable link, with html markup visible in the following text.

This is true for all news posts.

vsoch commented 4 years ago

Taking a look!

vsoch commented 4 years ago

okay reproduced, I think this is what you are referring to:

image

vsoch commented 4 years ago

okay - I have a branch for you to test! https://github.com/vsoch/docsy-jekyll/pull/14 Let me know if everything looks okay, and we can merge.

teacher-svb commented 4 years ago

Yep, everythings fixed! (wow, that was a fast reply... :-D )