Skip to content

Commit 2f95eac

Browse files
committed
Fix modules not being in search
1 parent 4f4a3a2 commit 2f95eac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/app.js.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ document.addEventListener('click', function(event) {
5050
{% endfor %}
5151

5252
{% for moduleList in modules %}
53-
{% for macro in macroList %}
53+
{% for module in moduleList %}
5454
index.add(
5555
{
5656
id: i++,

0 commit comments

Comments
 (0)