diff options
Diffstat (limited to 'source/_components/post-preview-inline.blade.php')
| -rw-r--r-- | source/_components/post-preview-inline.blade.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/source/_components/post-preview-inline.blade.php b/source/_components/post-preview-inline.blade.php deleted file mode 100644 index 2b18bd8..0000000 --- a/source/_components/post-preview-inline.blade.php +++ /dev/null @@ -1,21 +0,0 @@ -<div class="flex flex-col mb-4"> - <p class="text-gray-700 font-medium my-2"> - {{ $post->getDate()->format('F j, Y') }} - </p> - - <h2 class="text-3xl mt-0"> - <a - href="{{ $post->getUrl() }}" - title="Read more - {{ $post->title }}" - class="text-gray-900 font-extrabold" - >{{ $post->title }}</a> - </h2> - - <p class="mb-4 mt-0">{!! $post->getExcerpt(200) !!}</p> - - <a - href="{{ $post->getUrl() }}" - title="Read more - {{ $post->title }}" - class="uppercase font-semibold tracking-wide mb-2" - >Read</a> -</div> |
