mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-01-22 06:28:23 +00:00
fix(search): restore full-text search for posts with description (#2557)
This commit is contained in:
@@ -45,7 +45,7 @@ permalink: /feed.xml
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
<summary>{% include post-description.html max_length=400 %}</summary>
|
||||
<summary>{% include post-summary.html max_length=400 %}</summary>
|
||||
|
||||
</entry>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user