We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba899d1 commit 6c61238Copy full SHA for 6c61238
resources/public/favicon.svg
src/clj/xt_play/view.clj
@@ -10,6 +10,9 @@
10
:content "width=device-width, initial-scale=1"}]
11
[:meta {:name "description"
12
:content ""}]
13
+ [:link {:rel "icon"
14
+ :type "image/svg+xml"
15
+ :href "/public/favicon.svg"}]
16
[:link {:rel "stylesheet"
17
:href "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css"}]
18
0 commit comments