{php} /** * 置顶文章列表内容 */ {/php}
{if condition="empty($stickyArticles)"}

暂无置顶文章

{else/} {volist name="stickyArticles" id="article"} {php} $time = strtotime($article['ptptime'] ?? '') ?: time(); echo \think\facade\View::fetch('component/timeline_item', [ 'post' => $article, 'siteConfig' => $siteConfig ]); {/php} {/volist} {/if}