We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22488e7 commit 58653e7Copy full SHA for 58653e7
_js/lunr/lunr-en.js
@@ -81,7 +81,7 @@ $(document).ready(function() {
81
'<div class="list__item">' +
82
'<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">' +
83
'<h2 class="archive__item-title" itemprop="headline">' +
84
- '<a href="' + removeExtension(tore[ref].url) + '" onclick="searchResultLinkClickHandler(event)" rel="permalink">' + store[ref].title + '</a>' +
+ '<a href="' + removeExtension(store[ref].url) + '" onclick="searchResultLinkClickHandler(event)" rel="permalink">' + store[ref].title + '</a>' +
85
'</h2>' +
86
'<div class="archive__item-teaser">' +
87
'<img src="' + store[ref].teaser + '" alt="">' +
0 commit comments