update theme and configure search

This commit is contained in:
Salar Rahmanian 2024-02-17 14:12:17 -08:00
parent 727515eef9
commit 71fd7a05b4
5 changed files with 55 additions and 5 deletions

View file

@ -102,5 +102,10 @@
{%- if email_needs_decoding -%}
<script src="{{ get_url(path='js/decodeMail.min.js') }}" async></script>
{%- endif -%}
{# Modal structure for search #}
{%- if config.build_search_index -%}
{% include "partials/search_modal.html" %}
{%- endif -%}
</footer>