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