Skip to content

Commit 58653e7

Browse files
committed
Fixed earlier accidental edition of the lunr search result generation
Signed-off-by: Hofi <[email protected]>
1 parent 22488e7 commit 58653e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_js/lunr/lunr-en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $(document).ready(function() {
8181
'<div class="list__item">' +
8282
'<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">' +
8383
'<h2 class="archive__item-title" itemprop="headline">' +
84-
'<a href="' + removeExtension(tore[ref].url) + '" onclick="searchResultLinkClickHandler(event)" rel="permalink">' + store[ref].title + '</a>' +
84+
'<a href="' + removeExtension(store[ref].url) + '" onclick="searchResultLinkClickHandler(event)" rel="permalink">' + store[ref].title + '</a>' +
8585
'</h2>' +
8686
'<div class="archive__item-teaser">' +
8787
'<img src="' + store[ref].teaser + '" alt="">' +

0 commit comments

Comments
 (0)