Skip to content

Commit

Permalink
Merge pull request #283 from warksit/patch-1
Browse files Browse the repository at this point in the history
Change to protocol relative urls
  • Loading branch information
AlirezaAlgo authored Oct 19, 2016
2 parents 1fb9cb7 + 8baf3d0 commit 0a9e8ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
@if (App::getLocale() == 'fa')
<link href="{{URL::asset('css/fonts/fonts.css')}}" rel="stylesheet">
<link href="{{URL::asset('css/fa-fonts.css')}}" rel="stylesheet">
Expand Down

0 comments on commit 0a9e8ee

Please sign in to comment.