new: Added post search module

This commit is contained in:
2024-12-17 16:15:51 +08:00
parent 474bf3e6bb
commit 9386306e7e
26 changed files with 590608 additions and 11 deletions

View File

@@ -38,6 +38,15 @@
{{ end }}
</div>
</div>
<div class="row pt-4">
<div class="search-wrap">
<input class="search-input" id="index-search-input" type="text">
&nbsp;
<button class="search-button" onclick="search()">
<i class="fa-solid fa-magnifying-glass"></i>
</button>
</div>
</div>
</div>
<!-- body -->
@@ -86,6 +95,7 @@
{{ .site_info.copyright }}
</div>
<script src="../assets/js/index.js"></script>
</body>
</html>