Adds search javascript to home template (#6069)
Signed-off-by: Aaron Stephanus <taoist.futility@pm.me>
This commit is contained in:
parent
97437506cd
commit
aa038be839
|
@ -30,6 +30,6 @@ layout: table_wrappers
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
<script src="{{ '/assets/js/search.js' | relative_url }}"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue