Skip to content

Commit

Permalink
Fixed cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
24aitor committed May 21, 2017
1 parent 3ba55a2 commit 4f05877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/public/categories/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>@lang('laralum_blog::general.category_list') - {{ \Laralum\Settings\Models\Settings::first()->appname }}</title>
<link rel="stylesheet" href="https://gitcdn.xyz/repo/24aitor/CLMaterial/master/src/css/clmaterial.min.css">
<link rel="stylesheet" href="{{ \Laralum\Laralum\Packages::css() }}">
</head>
<body>
<h1>@lang('laralum_blog::general.category_list')</h1>
Expand Down

0 comments on commit 4f05877

Please sign in to comment.