1
0

Change event listener init

This commit is contained in:
2025-01-10 09:49:43 +01:00
parent c19dbf3e44
commit f0571e9e38
2 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@
{% block content %}
<h1>{{ section.title }}</h1>
<input id="search" class="search" type="text" placeholder="Search titles" oninput="filter_name(this.value)">
<input class="search" type="search" placeholder="Search">
{{ macros::list_posts() }}
{% endblock content %}