diff options
Diffstat (limited to 'source/_partials/postStub.blade.php')
| -rw-r--r-- | source/_partials/postStub.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_partials/postStub.blade.php b/source/_partials/postStub.blade.php index 05fd557..6eefb6a 100644 --- a/source/_partials/postStub.blade.php +++ b/source/_partials/postStub.blade.php @@ -2,7 +2,7 @@ <li class="sm:flex sm:flex-row sm:justify-between hover:bg-gray-700 p-4 pb-8"> <a title="Go to post" href="{{ $post->getUrl() }}"> <h4 class="text-green-300 text-3xl font-bold">{{$post->title }}</h4> - <p class="text-2xl text-gray-300">{{ $post->description }}</p> + <p class="text-2xl">{{ $post->description }}</p> </a> <div class="mt-8 sm:mt-0 text-right flex flex-row sm:flex-col"> <time class="inline-block p-2 order-2 sm:order-1 ml-2" datetime="{{ $post->getDate()->format('Y-m-d') }}"> |
