From ba2deadca80138241d9e5284167e5a6d9e441d31 Mon Sep 17 00:00:00 2001 From: unwox Date: Thu, 31 Oct 2024 14:42:42 +0600 Subject: add footer with disclaimer text --- bin/serve.fnl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/serve.fnl') diff --git a/bin/serve.fnl b/bin/serve.fnl index 27cfae5..4b8a991 100644 --- a/bin/serve.fnl +++ b/bin/serve.fnl @@ -396,7 +396,9 @@ spellfix-suggestion spellfix-suggestion)] [:NO-ESCAPE texts.no-results])) - [:footer {} paginator]]]]]]) + [:div {} paginator] + [:footer {} + [:p {:class "text"} [:NO-ESCAPE texts.footer-text]]]]]]]]) (fn root-handler [{: path : query}] (local cache-key (.. "page:" path "?" (serialize-query query))) -- cgit v1.2.3