initial search filter feature

This commit is contained in:
Drew
2025-03-31 14:42:38 -06:00
parent 29bcf223a3
commit 290a502b1e
8 changed files with 423 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{{ define "main" }}
{{ partial "search-interface.html" . }}
<main class="flex gap-4 lg:gap-16 justify-around mt-8 max-w-screen-xl mx-auto px-4 lg:px-0">
<ul class="flex flex-col gap-4 w-full">
{{ partial "article-list.html" (dict "Pages" (where .Site.RegularPages "Section" "articles")) }}