diff options
Diffstat (limited to 'source/_layouts/tag.blade.php')
| -rw-r--r-- | source/_layouts/tag.blade.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source/_layouts/tag.blade.php b/source/_layouts/tag.blade.php deleted file mode 100644 index 5277bd8..0000000 --- a/source/_layouts/tag.blade.php +++ /dev/null @@ -1,10 +0,0 @@ -@extends('_layouts.master') - -@section('article') - <ol class="list-none"> - @foreach ($page->posts($posts) as $post) - @include('_partials.postStub') - @endforeach - </ol> -@endsection - |
