@php $pageTitle = '归档 - '.$siteName; @endphp @include('partials.head') @include('partials.header')

文章归档

@forelse($archives as $year => $months)

{{ $year }} 年

@empty
暂无归档
@endforelse
@include('partials.sidebar')
@include('partials.footer') @stack('theme:body_end')