Skip to content

Commit

Permalink
Adds compass-logo as favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
MTrost committed Sep 16, 2024
1 parent 1f24ca1 commit 35b9cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added resources/public/favicon_v1.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions src/co/gaiwan/compass/html/layout.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down

0 comments on commit 35b9cc3

Please sign in to comment.