summaryrefslogtreecommitdiff
path: root/pages/index.fnl
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2025-09-15 13:16:03 +0600
committerunwox <me@unwox.com>2025-09-15 13:16:03 +0600
commite6f38c4e2bdaa8bc5a5a9f5dbf808325f5f45d74 (patch)
tree5656c14b896e33d0041f2cac6478995e5bcbea47 /pages/index.fnl
parent598578a314962c5b5ffdc73cd41e3add9adc52d7 (diff)
small styling improvements
Diffstat (limited to 'pages/index.fnl')
-rw-r--r--pages/index.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index.fnl b/pages/index.fnl
index a7761a2..88cdca7 100644
--- a/pages/index.fnl
+++ b/pages/index.fnl
@@ -25,8 +25,8 @@
(let [chosen (. list (math.random (# list)))]
(HTML
[:div {}
- [:a {:href (.. "static/" chosen.name ".webp") :target "_blank"} ""]
- [:img {:src (.. "static/" chosen.name "-p.webp") :alt chosen.alt}]])))
+ [:a {:href (.. "static/" chosen.name ".webp") :target "_blank"}
+ [:img {:src (.. "static/" chosen.name "-p.webp") :alt chosen.alt}]]])))
(fn content [authenticated?]
[(HTML