Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Fixes external blog posts in search (alshedivat#2470)
Browse files Browse the repository at this point in the history
Fixes alshedivat#2469. Separated `news` and `posts` from other collections in
search, since it caused duplicated entries. Also to ensure they are in
chronological reverse order.

Signed-off-by: George Araujo <george.gcac@gmail.com>
  • Loading branch information
george-gca authored and dr-vish committed Jun 3, 2024
1 parent f5efc93 commit 0194a6e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions _layouts/post.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ layout: default
</header>

<article class="post-content">
{% if page.toc and page.toc.beginning %}
<div id="table-of-contents">
{% toc %}
</div>
<hr>
{% endif %}
<div id="markdown-content">
{{ content }}
</div>
Expand Down

0 comments on commit 0194a6e

Please # to comment.