Skip to content

Commit

Permalink
Add better favicon [clojars#333]
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Jun 1, 2015
1 parent 3b72745 commit 5410bcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file modified resources/public/favicon.ico
Binary file not shown.
Binary file added resources/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/clojars/web/common.clj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
[:link {:type "application/opensearchdescription+xml"
:href "/opensearch.xml"
:rel "search"}]
[:link {:type "image/png"
:href "/favicon.png"
:rel "icon"}]
[:meta {:charset "utf-8"}]
[:meta {:name "viewport" :content "width=device-width,initial-scale=1"}]
[:title
Expand Down Expand Up @@ -95,6 +98,9 @@
[:link {:type "application/opensearchdescription+xml"
:href "/opensearch.xml"
:rel "search"}]
[:link {:type "image/png"
:href "/favicon.png"
:rel "icon"}]
[:meta {:charset "utf-8"}]
[:meta {:name "viewport" :content "width=device-width,initial-scale=1"}]
[:title
Expand Down

0 comments on commit 5410bcf

Please sign in to comment.