summaryrefslogtreecommitdiff
path: root/source/_layouts/category.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'source/_layouts/category.blade.php')
-rw-r--r--source/_layouts/category.blade.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/_layouts/category.blade.php b/source/_layouts/category.blade.php
deleted file mode 100644
index 90b64de..0000000
--- a/source/_layouts/category.blade.php
+++ /dev/null
@@ -1,11 +0,0 @@
-@extends('_layouts.master')
-
-@section('article')
- <h1>{{ $page->description }}</h1>
- <ol>
- @foreach ($page->posts($posts) as $post)
- @include('_partials.postStub')
- @endforeach
- </ol>
-@endsection
-