@php $pageTitle = '标签:'.$tag->name.' - '.$siteName; @endphp @include('partials.head') @include('partials.header')

标签:{{ $tag->name }}

@forelse($posts as $post) @include('partials.post-card', ['post' => $post]) @empty
该标签暂无文章
@endforelse @include('partials.pagination', ['paginator' => $posts])
@include('partials.sidebar')
@include('partials.footer') @stack('theme:body_end')