diff --git a/resources/public/favicon_v1.ico b/resources/public/favicon_v1.ico new file mode 100644 index 0000000..96638cb Binary files /dev/null and b/resources/public/favicon_v1.ico differ diff --git a/src/co/gaiwan/compass/html/layout.clj b/src/co/gaiwan/compass/html/layout.clj index 458653a..8ce3a16 100644 --- a/src/co/gaiwan/compass/html/layout.clj +++ b/src/co/gaiwan/compass/html/layout.clj @@ -47,6 +47,8 @@ [:link {:rel "stylesheet" :href "/css/open-props-normalize.min.css"}] [:link {:rel "stylesheet" :href "/css/buttons.css"}] [:link {:rel "stylesheet" :href (str "/css/styles.css?t=" start-time)}] + [:link {:rel "icon" :href "/favicon_v1.ico"}] + [:script {:src "/js/htmx-1.9.12.js"}] [:script {:src "/js/cx.js"}] (when (config/value :live.js?)