Skip to content

Commit e06ebd7

Browse files
committed
Merge pull request #40 from browner12/patch-1
add apple touch icon link to site
2 parents 8731af6 + 0703ac5 commit e06ebd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/app.blade.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1313
<![endif]-->
1414
<link rel="stylesheet" href="{{ elixir('assets/css/laravel.css') }}">
15+
<link rel="apple-touch-icon" href="/favicon.png">
1516
</head>
1617
<body class="@yield('body-class', 'docs') language-php">
1718

0 commit comments

Comments
 (0)