-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1205 from sul-dlss/link-icon
Switch to using svg link icon
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,11 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<%= csrf_meta_tags %> | ||
<%= csp_meta_tag %> | ||
<%= favicon_link_tag 'favicon.ico' %> | ||
|
||
<link rel="icon" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-01-24/styles/icon.png" type="image/png"> | ||
<link rel="icon" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-01-24/styles/icon.svg" type="image/svg+xml"> | ||
<link rel="apple-touch-icon" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-01-24/styles/icon.png"> | ||
|
||
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbo-track': 'reload' %> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> | ||
<!-- Stanford identity --> | ||
|
@@ -15,7 +19,7 @@ | |
|
||
<%= javascript_include_tag 'application', 'data-turbo-track': 'reload' %> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script> | ||
<!-- Google tag (gtag.js) --> | ||
<!-- Google tag (gtag.js) --> | ||
<meta name="analytics_debug" value="<%= Settings.analytics_debug %>"> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XBQ5PKMBD4"></script> | ||
<noscript> | ||
|
Binary file not shown.