<#macro layout title,keywords,description,canonical> <#include "common/navbar.ftl"> <#include "common/widget.ftl"> <#include "common/module.ftl"> ${title!} <@global.head /> <#if is_post?? || is_sheet?? || is_journal??> <#if is_post?? || is_sheet?? || is_journal??> <#include "./plugin/style.theme.ftl"> <#if post?? || journals??> <#if is_index??> <#if settings.kanbanniang!true> <@navbar 'page' />
<#if post?? > <#if is_post??> <#if settings.share_type !=''> <@module 'share' />
<#nested />
<@widget 'right' /> <#elseif is_sheet??>
<#nested />
<#else > <#if is_index??>
<#--判断是否已经有置顶文章--> <#list posts.content as post> <#if post.topPriority == 1> <#assign isTop = 'yes'> <#break> <#if isTop??>
<#--<#include "./common/widget_pin.ftl">--> <@module 'slider' />
  • 全部
  • <@categoryTag method="list"> <#list categories as category> <#if category_index <= 4>
  • ${category.name}
<#nested />
<@widget 'right' />
<@widget 'left' /> <#else>
<#nested />
<@widget 'left' /> <@widget 'right' />
<#include "common/footer.ftl"> <#include "common/scripts.ftl"> <#include "search/local.ftl">