From bad838c3299dd18db58930080e60d27f029afcbf Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 7 Jan 2024 10:53:50 -0800 Subject: [PATCH] chore: minor search tweak --- src/pages/search.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/search.html b/src/pages/search.html index a0faf8df..0eb2e1f3 100644 --- a/src/pages/search.html +++ b/src/pages/search.html @@ -4,6 +4,7 @@ description: "Search through and find the posts on my site." layout: default permalink: /search.html --- + {% capture css %} {% render "../assets/styles/widgets/forms.css" %} {% render "../assets/styles/widgets/pagefind.css" %} @@ -19,5 +20,4 @@ permalink: /search.html -{% render "partials/popular-posts.liquid", posts: collections.posts, analytics: analytics %} - \ No newline at end of file +{% render "partials/popular-posts.liquid", posts: collections.posts, analytics: analytics %} \ No newline at end of file