From f09af5936a9120ffa332f6349c704c7493a3130f Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Sun, 7 Aug 2022 20:53:10 -0700 Subject: [PATCH] add support for possible search functionality --- layouts/_default/list.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index f8995e4..062526b 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,12 +1,15 @@ {{ define "main" }}

{{ .Title }}

+{{ .Content }} + +{{ end } \ No newline at end of file