From 0138806bd85f8b23d4b8230b16b62d7be20efb1c Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Mon, 16 Oct 2023 00:14:23 +0200 Subject: chore: add favicon --- src/backend/tubo/handler.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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] -- cgit v1.2.3