summaryrefslogtreecommitdiff
path: root/bin/serve.fnl
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-11-02 14:44:36 +0600
committerunwox <me@unwox.com>2024-11-02 14:44:36 +0600
commit99457297817772798aee0aff374931f95294efa0 (patch)
treefe100aefe1a0d9ad7d7568204619b5f8e97f53b2 /bin/serve.fnl
parent9e12bc6cbb592da1806369c7da2f39ce7b517a2b (diff)
small style fixes
Diffstat (limited to 'bin/serve.fnl')
-rw-r--r--bin/serve.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/serve.fnl b/bin/serve.fnl
index 7a24799..1d08dee 100644
--- a/bin/serve.fnl
+++ b/bin/serve.fnl
@@ -415,7 +415,7 @@
[:NO-ESCAPE texts.no-results])])
[:div {} paginator]
[:footer {}
- [:p {:class "text"} [:NO-ESCAPE texts.footer-text]]]]]]]])
+ [:small {:class "text"} [:NO-ESCAPE texts.footer-text]]]]]]]])
(fn root-handler [{: path : query}]
(local cache-key (.. "page:" path "?" (serialize-query query)))