Skip to content

Commit

Permalink
Add a favicon. Doens't work in Safari, sadly.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Mar 31, 2022
1 parent 1ceded1 commit 8aaaa92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<link rel="icon" type="image/svg+xml" sizes="any" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🍺</text></svg>">
<%= stylesheet_link_tag "application", :media => "all" %>
<%= csrf_meta_tags %>

Expand All @@ -23,7 +24,7 @@

<footer>
<%= image_tag "MI.svg", alt: "" %>
<span>Lovingly crafted in Michigan.<br>&copy; <%= Time.now.year %> <%= link_to '[i] Collecitve Idea', 'https://collectiveidea.com/' %>.</span>
<span>Lovingly crafted in Michigan.<br>© <%= Time.now.year %> <%= link_to '[i] Collective Idea', 'https://collectiveidea.com/' %>.</span>
</footer>

<% if Setting.faye_url.present? %>
Expand Down

0 comments on commit 8aaaa92

Please sign in to comment.