Skip to content

Commit 95c7f34

Browse files
committed
Assets now have relative path for https support.
1 parent 555be67 commit 95c7f34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/views/app.blade.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<link href='//fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
1111

1212
{{-- WhatTheTag-specific, compiled with gulp --}}
13-
<link rel="stylesheet" href="{{ asset('css/app.min.css') }}" type="text/css">
13+
<link rel="stylesheet" href="/css/app.min.css" type="text/css">
1414

15-
<meta name="generator" content="WhatTheTag 0.2.1" />
15+
<meta name="generator" content="WhatTheTag 0.3.0" />
1616

1717
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
1818
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -94,7 +94,7 @@
9494
<div class="container">
9595
<div class="row">
9696
<div class="col-md-6 pull-left text-left">
97-
<p class="text-muted">&copy; {{date('Y')}} WhatTheTag by <a href="https://arda.pw" target="_blank">Arda Kılıçdağı</a>, </p>
97+
<p class="text-muted">&copy; 2015-{{date('Y')}} WhatTheTag by <a href="https://arda.pw" target="_blank">Arda Kılıçdağı</a>, </p>
9898
</div>
9999
<div class="col-md-6 pull-right text-right">
100100
<p class="text-muted"><a href="https://github.com/ardakilic/whatthetag" target="_blank">Contribute on <i class="fa fa-github fa-2x"></i></a></p>
@@ -105,7 +105,7 @@
105105
</div>
106106
</footer>
107107
{{-- WhatTheTag-specific, compiled with gulp --}}
108-
<script src="{{ asset('js/app.min.js') }}"></script>
108+
<script src="/js/app.min.js"></script>
109109

110110
@yield('footer_assets')
111111
</body>

0 commit comments

Comments
 (0)