<#--判断主页显示社交链接--> <#if is_index??>

${blog_title!}

${user.description!}
<#if settings.home_social?? && settings.home_social != ''> ${settings.home_social!}
<#--判断页面显示标题--> <#if is_tag??>

包含“${tag.name}”标签的文章

<#if is_category??>

“${category.name}”分类下的文章

<#if is_search??>

包含“${keyword!}”关键字的文章

<#--显示文章-->
<#list posts.content as post>

${post.title!}

<#--显示文章简介-->

${post.summary!}

<#--文章标签等-->