Enable search on category listing
This commit is contained in:
		@@ -2,5 +2,10 @@
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
	<h1>{{ term.name }} category</h1>
 | 
			
		||||
	<input id="search" class="search" type="text" placeholder="Search titles" oninput="filter_name(this.value)">
 | 
			
		||||
	{{ macros::list_posts(section=term, taxonomy=true) }}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block script %}
 | 
			
		||||
	<script src="/js/search.js"></script>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user