iBug
iBug
@clue Any updates on this?
By default `future` only applies to the built-in `_posts` collection. Since you've created your own `_blog` collection, it's no longer governed by that setting. If you want to go any...
If you're using GitHub Actions, you certainly have the option to use Paginate V2. I suppose you meant "using GitHub Pages", didn't you? Also, at first glance, your code might...
Could consider it a bug. The breadcrumb was not carefully designed to handle multiple levels of hierarchy. It could only do one level (Home → Level 1 Hierarchy → Article).
H4 was taken special care but not H2:
You can add `Fixes #3094` to your PR description so it's automatically closed when this is merged. See
Well you're right. I couldn't find any necessity to escape the vertical bar. Maybe it was related to Markdown parsing where it would be interpreted as table (it trolled me...
FYI, the front page of [jsDelivr](https://www.jsdelivr.com/) shows that `@3` means any version with major=3. So the current implementation does automatically load the latest 5.x version of Font Awesome (currently 5.15.4)....
I second that. If you submit a PR to change this I'll be in favor.
I sort of feel like this patch should be applied to all `lunr-*.js` files. Can you verify if that causes any negative impact? If not would you apply to all...