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 99c8b05 commit 3822a48Copy full SHA for 3822a48
2 files changed
ui/index.js
@@ -1,4 +1,4 @@
1
'use strict'
2
-
+
3
// This placeholder script allows this package to be discovered using require.resolve.
4
// It may be used in the future to export information about the files in this UI.
ui/src/partials/footer-scripts.hbs
@@ -44,13 +44,13 @@
44
linkEl.href = result.url;
45
linkEl.innerText = result.meta.title;
46
titleEl.appendChild(linkEl);
47
48
// Create the child element for the excerpt
49
const textEl = document.createElement("p");
50
textEl.classList.add("pagefind-modular-list-excerpt");
51
textEl.innerHTML = result.excerpt;
52
innerEl.appendChild(textEl);
53
54
return el;
55
}
56
}));
0 commit comments