File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717{% capture not_found %}< p class ="mt-5 "> {{ site.data.locales[lang].search.no_results }}</ p > {% endcapture %}
1818
19- < script src ="https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.7.3 /dest/simple-jekyll-search.min.js "> </ script >
19+ < script src ="https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0 /dest/simple-jekyll-search.min.js "> </ script >
2020
2121< script >
2222SimpleJekyllSearch ( {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ layout: compress
1111 "tags" : " {{ post.tags | join: ', ' }}" ,
1212 "date" : " {{ post.date }}" ,
1313 {% include no-linenos.html content=post.content % }
14- "snippet" : " {{ content | strip_html | strip_newlines | remove_chars | escape | truncate: 300 | replace: '\' , '\\\\ ' }}"
14+ "snippet" : " {{ content | strip_html | strip_newlines | remove_chars | escape | replace: '\' , '\\\\ ' }}"
1515 }{% unless forloop.last % },{% endunless % }
1616 {% endfor % }
1717]
You can’t perform that action at this time.
0 commit comments