Skip to content

Commit 6c61238

Browse files
committed
add favicon
1 parent ba899d1 commit 6c61238

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

resources/public/favicon.svg

Lines changed: 9 additions & 0 deletions
Loading

src/clj/xt_play/view.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
:content "width=device-width, initial-scale=1"}]
1111
[:meta {:name "description"
1212
:content ""}]
13+
[:link {:rel "icon"
14+
:type "image/svg+xml"
15+
:href "/public/favicon.svg"}]
1316
[:link {:rel "stylesheet"
1417
:href "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css"}]
1518
[:link {:rel "stylesheet"

0 commit comments

Comments
 (0)