diff options
| author | unwox <me@unwox.com> | 2024-11-02 14:44:36 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-11-02 14:44:36 +0600 |
| commit | 99457297817772798aee0aff374931f95294efa0 (patch) | |
| tree | fe100aefe1a0d9ad7d7568204619b5f8e97f53b2 /bin | |
| parent | 9e12bc6cbb592da1806369c7da2f39ce7b517a2b (diff) | |
small style fixes
Diffstat (limited to 'bin')
| -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))) |
