mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-12 15:52:40 +02:00
feat: full text search
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{% block latest_content_section %}
|
||||
<div id="latest_content_section" class="list">
|
||||
<h2 class="text-2xl mb-2 font-extrabold">Recent content</h2>
|
||||
{% include "content/content_list.html" %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user