diff options
Diffstat (limited to 'bin/serve.fnl')
| -rw-r--r-- | bin/serve.fnl | 2 |
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))) |
