Skip to content

Commit

Permalink
use config for card view
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozach committed Aug 23, 2018
1 parent 9e611f8 commit 1a6e50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/posts/archive.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="row">
@foreach ($posts as $post)
<div class="col-12 col-sm-6 col-md-4">
@include('gazette::posts.card')
@include(config('gazette.posts.views.card'))
</div>
@endforeach
</div>
Expand Down

0 comments on commit 1a6e50e

Please sign in to comment.