-
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 #37 from mlibrary/repo-cleanup
Fix the utility nav and add meta and social sharing assets
- Loading branch information
Showing
10 changed files
with
65 additions
and
10 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -24,14 +24,23 @@ | |
<meta property="og:image" content="{{ '/img/social-card.png' | url }}"/> | ||
<meta property="og:url" content="{{ meta.url }}"/> | ||
<meta | ||
property="og:locale" content="en_US"> <!-- Twitter Card --> | ||
property="og:locale" content="en_US"> | ||
<!-- Twitter Card --> | ||
<meta name="twitter:card" content="summary_large_image"/> | ||
<meta property="twitter:url" content="{{ meta.url }}"> | ||
<meta property="twitter:title" content="{{ title }}"> | ||
<meta property="twitter:description" content="{{ meta.socialDescription }}"> | ||
<meta property="twitter:image" content="{{ '/img/social-card.png' | url }}"> | ||
<meta property="twitter:image:alt" content=""> | ||
<link rel="icon" href="{{ '/img/favicon.ico' | url }}"/> | ||
<!-- Fallback general icon --> | ||
<link rel="apple-touch-icon" href="{{ '/img/icons/apple-touch-icon.png' | url }}"> | ||
<!-- 180x180 for iPhone with Retina display (iOS 7+) --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/img/icons/apple-touch-icon-180x180.png' | url }}"> | ||
<!-- 167x167 for iPad Pro --> | ||
<link rel="apple-touch-icon" sizes="167x167" href="{{ '/img/icons/apple-touch-icon-167x167.png' | url }}"> | ||
<!-- 152x152 for iPad with Retina display --> | ||
<link rel="apple-touch-icon" sizes="152x152" href="{{ '/img/icons/apple-touch-icon-152x152.png' | url }}"> | ||
<link href="/pagefind/pagefind-ui.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="{{ '/css/style.css' | url }}"/> | ||
<link href="https://cdn.jsdelivr.net/npm/@umich-lib/[email protected]/umich-lib.css" rel="stylesheet"/> | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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