diff options
| author | unwox <me@unwox.com> | 2024-10-31 14:42:42 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-31 14:57:51 +0600 |
| commit | ba2deadca80138241d9e5284167e5a6d9e441d31 (patch) | |
| tree | 318d75f0fe8595e097715ec388f5f21653e037b7 /bin | |
| parent | e3b39158d923cf0d7e67e5bc53d53346e5d0d383 (diff) | |
add footer with disclaimer text
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/serve.fnl | 4 |
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))) |
