Skip to content

Commit

Permalink
fixing favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn committed Jul 22, 2019
1 parent 2c65b17 commit beffa37
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/cms.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<% end %>
</title>
<%# favicon_link_tag asset_path('favicon.ico') %>
<%= favicon_link_tag 'favicon.ico' %>
<%= favicon_link_tag 'libfav.svg', :type => 'image/svg+xml' %>
<%= favicon_link_tag 'ua-touch.png', :rel => 'apple-touch-icon', :type => 'image/png' %>
<%= stylesheet_link_tag "application", "https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic|Abel", "sticky-footer" %>
<%= javascript_include_tag "application" %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/cms_french.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</title>

<%# favicon_link_tag asset_path('favicon.ico') %>
<%= favicon_link_tag 'favicon.ico' %>
<%= favicon_link_tag 'libfav.svg', :type => 'image/svg+xml' %>
<%= favicon_link_tag 'ua-touch.png', :rel => 'apple-touch-icon', :type => 'image/png' %>
<%= stylesheet_link_tag "application", "https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic|Abel", "sticky-footer" %>
<%= stylesheet_link_tag comfy_cms_render_css_path(1, "secondary-pages") %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/french.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<title>Bibliothèques de l'Université de l'Alberta</title>
<%# favicon_link_tag asset_path('favicon.ico') %>
<%= favicon_link_tag 'favicon.ico' %>
<%= favicon_link_tag 'libfav.svg', :type => 'image/svg+xml' %>
<%= favicon_link_tag 'ua-touch.png', :rel => 'apple-touch-icon', :type => 'image/png' %>
<%= stylesheet_link_tag "application", "https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic|Abel" %>
<%= javascript_include_tag "application"%>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/giving.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Allura" rel="stylesheet">
<%= stylesheet_link_tag comfy_cms_render_css_path(@cms_site.id, @cms_layout.identifier) %>

<%= favicon_link_tag 'libfav.svg', :type => 'image/svg+xml' %>
<title>
<% if content_for(:title) %>
<%= yield(:title) %> - UofA Libraries
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<title>University of Alberta Libraries</title>
<%# favicon_link_tag asset_path('favicon.ico') %>
<%= favicon_link_tag 'favicon.ico' %>
<%= favicon_link_tag 'libfav.svg', :type => 'image/svg+xml' %>
<%= favicon_link_tag 'ua-touch.png', :rel => 'apple-touch-icon', :type => 'image/png' %>
<%= stylesheet_link_tag "application", "https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic|Abel" %>
<%= javascript_include_tag "application" %>
Expand Down

0 comments on commit beffa37

Please sign in to comment.