Skip to content

Commit 819f5e6

Browse files
nickgarlismmistakes
authored andcommittedNov 20, 2017
🔧 mistake in excerpt (mmistakes#1354)
1 parent f2f8d10 commit 819f5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎assets/js/lunr-en.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var idx = lunr(function () {
1515
{% for doc in docs %}
1616
idx.add({
1717
title: {{ doc.title | jsonify }},
18-
excerpt: {{ doc.excerpt | strip_html | truncatewords: 20 | jsonify }},
18+
excerpt: {{ doc.content | strip_html | truncatewords: 20 | jsonify }},
1919
categories: {{ doc.categories | jsonify }},
2020
tags: {{ doc.tags | jsonify }},
2121
id: {{ count }}

0 commit comments

Comments
 (0)
Please sign in to comment.