Skip to content

Commit

Permalink
Improvements on public views
Browse files Browse the repository at this point in the history
  • Loading branch information
24aitor committed May 14, 2017
1 parent 1b1052d commit 1cdbaf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Views/public/categories/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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">
</head>
<body>
<h1>@lang('laralum_blog::general.category_list')</h1>
Expand Down
1 change: 1 addition & 0 deletions src/Views/public/categories/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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_posts') - {{ Laralum\Settings\Models\Settings::first()->appname }}</title>
<link rel="stylesheet" href="https://gitcdn.xyz/repo/24aitor/CLMaterial/master/src/css/clmaterial.min.css">
</head>
<body>
<h1>@lang('laralum_blog::general.category_posts')</h1>
Expand Down
1 change: 1 addition & 0 deletions src/Views/public/posts/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>@lang('laralum_blog::general.view_post') - {{ Laralum\Settings\Models\Settings::first()->appname }}</title>
<link rel="stylesheet" href="https://gitcdn.xyz/repo/24aitor/CLMaterial/master/src/css/clmaterial.min.css">
<style>
.hidden {
display: none;
Expand Down

0 comments on commit 1cdbaf9

Please sign in to comment.