1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-24 08:37:13 +00:00

fix(search): avoid missing spaces between paragraphs in search results (#2199)

- Use a common post-snippet for search results to avoid line break issues
- Reduce Jekyll include files to speed up the build
- Remove outdated key from search.json
This commit is contained in:
Cotes Chung
2025-01-20 21:15:51 +08:00
parent e44c048aef
commit 0eb7efa7f5
4 changed files with 16 additions and 17 deletions

View File

@@ -12,7 +12,7 @@
{tags}
</div>
</header>
<p>{snippet}</p>
<p>{content}</p>
</article>
{% endcapture %}