summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/serve.fnl4
1 files changed, 3 insertions, 1 deletions
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)))