forked from deepStateMirrors/tabi
✨ feat: add search functionality (#250)
This commit is contained in:
parent
fcd0c34d19
commit
906bc9dec0
69 changed files with 11443 additions and 6 deletions
|
@ -115,4 +115,9 @@
|
|||
{%- 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue