专属标签
# 专属标签
## 栏目页标签
|名称|调用代码|
|-|-|
|栏目名称| {$cate.name}|
|栏目封面图| {$cate.litpic}|
|栏目链接| {$cate.url}|
|栏目简介| {$cate.description}|
|栏目内容| {$cate.content}|
## 详情页标签
|别名|调用代码|
|-|-|
|缩略图|`{$content.litpic}`|
|简介截取|`{$content.description|str2sub=60, true}`|
|内容带锚文本|`{$content.content|sitelink}`|
|内容不带锚文本|`{$content.content}`|
|内容截取|`{$content.content|str2sub=60, true}`|
|来源|`{$content.source}`|
|作者|`{$content.author}`|
|浏览量|`{$content.click}`|
|创建时间|`{$content.publishtime|date='Y-m-d',###}`|
|更新时间|`{$content.updatetime|date='Y-m-d',###}`|
|链接|`{$content.url}`|
|上一篇|`<yhcms:prev />`|
|下一篇|`<yhcms:prev />`|