{{ $post->title }}
{!! $contentHtml !!}
@if($post->tags->isNotEmpty())
@endif
@php $pageTitle = $post->title.' - '.$siteName; $pageDescription = Str::limit(strip_tags($post->excerpt_or_fallback), 150); $pageKeywords = $post->keywords ?: ($post->tags->pluck('name')->implode(',')); @endphp @include('partials.head')
@include('partials.header')
评论 ({{ $comments->total() }})
@forelse($comments as $comment)暂无评论
@endforelse {{ $comments->links('partials.pagination-links') }}