Skip to content

Commit

Permalink
feat: add Apple icons for use when bookmarking. (#4743)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrhm authored Jan 13, 2021
1 parent 527131e commit a28adcd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Binary file added public/img/icons/touch-icon-ipad-retina.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/icons/touch-icon-ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/icons/touch-icon-iphone-retina.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/icons/touch-icon-iphone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions resources/views/layouts/skeleton.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
@endif

<link rel="shortcut icon" href="img/favicon.png">

<meta name="apple-mobile-web-app-title" content="Monica">
<link rel="apple-touch-icon" href="touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="180x180" href="touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="touch-icon-ipad-retina.png">


<script>
window.Laravel = {!! \Safe\json_encode([
'locale' => \App::getLocale(),
Expand Down

0 comments on commit a28adcd

Please sign in to comment.