Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit 2300021

Browse files
author
Kerem
committed
layout.stub change
1 parent 274fbf5 commit 2300021

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Template/layout.stub

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link rel="shortcut icon" href="">
1414
<link rel="icon" type="image/png" sizes="192x192" href="">
1515
<link rel="apple-touch-icon" sizes="180x180" href="">
16-
<link rel="stylesheet" href="{{ Theme::asset('css/styles.css', null, true) }}"/>
16+
{{ Theme::assetLink('css',''css/app.css', false) }}
1717

1818
</head>
1919
<body>
@@ -24,5 +24,6 @@
2424

2525
@include('{{footer}}')
2626

27+
{{ Theme::assetLink('js',''js/app.js', false) }}
2728
</body>
2829
</html>

0 commit comments

Comments
 (0)