From 15a0543ab38f1fcbc29dc058b8d02fcfe376ee8f Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 18 Jun 2023 14:10:59 +0200 Subject: proper index --- templates/bigcards.html | 34 ++++++++++++++++++++++++++++++++++ templates/index.html | 1 + templates/searchresults.html | 2 +- 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 templates/bigcards.html (limited to 'templates') diff --git a/templates/bigcards.html b/templates/bigcards.html new file mode 100644 index 0000000..93aa6a7 --- /dev/null +++ b/templates/bigcards.html @@ -0,0 +1,34 @@ +
+ + + + +
diff --git a/templates/index.html b/templates/index.html index 7a686b7..d7eaba0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,6 +3,7 @@ {{> header.html}} {{> searchform.html}} +{{> bigcards.html}} {{{body}}} {{> footer.html}} diff --git a/templates/searchresults.html b/templates/searchresults.html index 4afb6f7..b0dc750 100644 --- a/templates/searchresults.html +++ b/templates/searchresults.html @@ -8,7 +8,7 @@

Enter a few words into the box above to start the search.

You may use * for wildcard search, and prefixes + for required terms and - for unwanted terms.

-

Example: laboratory noteb* +red -code will find information about laboratory notebooks that must also describe something red, but do not contain any mention of code.

+

Example: laboratory noteb* +red -code will find cards about laboratory notebooks that must also describe something red, but do not contain any mention of code.