Skip to content

Commit 66f8120

Browse files
committed
working search
1 parent c8fb2e2 commit 66f8120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<script>
1010
window.data = {
11-
{% for item in site.docs %}
11+
{% for item in site.til %}
1212
{% if item.title %}
1313
{% unless item.excluded_in_search %}
1414
{% if added %},{% endif %}

0 commit comments

Comments
 (0)