1

Ghost中的不同类别可以有不同的页面吗?

4

1 回答 1

3

是的你可以。Ghost 中的类别称为标签,有关如何为特定标签创建模板的详细信息,请参阅标签页模板的文档。

解释一下,每个标签都有一个形成 url 的“slug”。例如,安装 Ghost 时已经包含的默认标签是“Getting Started”,其中包含“getting-started”标签。可以访问标签页yourblog.com/tag/getting-started/,您可以使用文件名为其创建模板tag-getting-started.hbs

注意:添加文件后,您需要重新启动 Ghost 以检测新模板。

于 2015-11-19T21:27:12.983 回答