aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-10-16 00:14:23 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-10-16 00:16:09 +0200
commit0138806bd85f8b23d4b8230b16b62d7be20efb1c (patch)
tree66724d009a0e702839d20f8cd9ae214b6b48e585 /src
parent6a073096ffefebc2f1100c153d43d14cdd5890ec (diff)
chore: add favicon
Diffstat (limited to 'src')
-rw-r--r--src/backend/tubo/handler.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tubo/handler.clj b/src/backend/tubo/handler.clj
index d033793..d7f321d 100644
--- a/src/backend/tubo/handler.clj
+++ b/src/backend/tubo/handler.clj
@@ -17,7 +17,7 @@
[:meta {:charset "UTF-8"}]
[:meta {:name "viewport" :content "width=device-width, initial-scale=1"}]
[:title "Tubo"]
- [:link {:rel "shortcut icon" :href "#"}]
+ [:link {:rel "icon" :type "image/png" :href "/images/tubo.png"}]
(hiccup/include-css "/css/tubo.css")]
[:body
[:div#app]