diff options
Diffstat (limited to 'pages/index.fnl')
| -rw-r--r-- | pages/index.fnl | 4 |
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 |
