diff options
Diffstat (limited to 'source/_layouts/category.blade.php')
| -rw-r--r-- | source/_layouts/category.blade.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/_layouts/category.blade.php b/source/_layouts/category.blade.php index 27bc9dd..90b64de 100644 --- a/source/_layouts/category.blade.php +++ b/source/_layouts/category.blade.php @@ -1,10 +1,11 @@ @extends('_layouts.master') @section('article') - <h1 class="p-4 text-green-600 text-4xl font-bold">{{ $page->description }}</h1> + <h1>{{ $page->description }}</h1> <ol> @foreach ($page->posts($posts) as $post) @include('_partials.postStub') @endforeach </ol> @endsection + |
