Skip to content

Commit

Permalink
Merge pull request #976 from pulibrary/fix-vue-lux
Browse files Browse the repository at this point in the history
Fixes rendering of PUL Header
  • Loading branch information
tpendragon committed Sep 22, 2021
2 parents 7c8eb5e + 3a9e703 commit 285207f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/layouts/spotlight/base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<title><%= h(@page_title || application_name.to_s) %></title>
<link href="<%= current_exhibit ? spotlight.opensearch_exhibit_catalog_url(current_exhibit, format: 'xml') : main_app.opensearch_catalog_url(format: 'xml') %>" title="<%= h(@page_title || application_name.to_str) %>" type="application/opensearchdescription+xml" rel="search"/>
<%= favicon_link_tag 'favicon.ico' %>
<%= javascript_pack_tag 'application' %>
<link rel="stylesheet" href="https://use.typekit.net/yhr7zwc.css">
<%= stylesheet_pack_tag 'application' %>
<% if current_exhibit %>
<%= exhibit_stylesheet_link_tag "application" %>
<% else %>
Expand Down

0 comments on commit 285207f

Please sign in to comment.