Make more XHTML5 compliant in theory (fixes #31)

This commit is contained in:
daudix
2024-07-19 22:26:15 +03:00
parent 425de4235d
commit 0866d0725b
5 changed files with 11 additions and 14 deletions

View File

@ -1,6 +1,6 @@
{#- Based on https://github.com/getzola/zola/blob/master/docs/static/search.js -#}
<script>
<script type="text/javascript">
function debounce(func, wait) {
var timeout;