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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/category.blade.php b/source/_layouts/category.blade.php
index bd62fd2..8232ad8 100644
--- a/source/_layouts/category.blade.php
+++ b/source/_layouts/category.blade.php
@@ -4,7 +4,7 @@
<h1>{{ $page->description }}</h1>
<ol>
@foreach ($page->posts($posts) as $post)
- <li><a href="{{ $post->getUrl() }}">{{$post->title }}</a></li>
+ @include('_partials.postStub')
@endforeach
</ol>
@endsection