mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-15 04:05:21 +08:00
为 [Halo 2.18](https://github.com/halo-dev/halo/releases/tag/v2.18.0) 更新文档。 /kind documentation ```release-note None ```
915 B
915 B
title, description
| title | description |
|---|---|
| 文章 | post.html - /archives/:slug |
import CategoryVo from "../vo/_CategoryVo.md" import TagVo from "../vo/_TagVo.md" import ContentVo from "../vo/_ContentVo.md" import ContributorVo from "../vo/_ContributorVo.md" import PostVo from "../vo/_PostVo.md"
路由信息
- 模板路径:
/templates/post.html - 访问路径:
/archives/:slug
变量
post
变量类型
示例
<article>
<h1 th:text="${post.spec.title}"></h1>
<div th:utext="${post.content.content}"> </div>
</article>
_templateId
变量值
post