分类归档也可以使用 posts.category.title 获取分类名称作为页面标题,标签归档页不能通过 posts.tag.title 或者 posts.tags.title 获取到标签名称作为页面标题。可以通过什么变量获取到呢?
不知道对不对
posts.tags.join("+")
或者
if request.path.startswith('/tag/')
title= request.offset_path1
@yamakong 用第一个可以了,谢谢。
@yamakong Thanks
@楊. tag 本身不像 category 有一个特定的数据对象对应,所以没有 tag.title 类似的属性调用。 :)
New Comment
Hey,
**老杨** Said on [标签归档页如何获取标签标题?](https://pi.bitcron.com/post/wen-da/2017-07/2017-07-14-17-21-03)
[>visit and reply comment](https://pi.bitcron.com/post/wen-da/2017-07/2017-07-14-17-21-03)
- - - - - - - - - - -
simple is everything, we try our best to make the Tech meet the needs of our lives.
**Hepo** Said on [标签归档页如何获取标签标题?](https://pi.bitcron.com/post/wen-da/2017-07/2017-07-14-17-21-03)
@yamakong Thanks @楊. tag 本身不像 category 有一个特定的数据对象对应,所以没有 tag.title 类似的属性调用。 :)
不知道对不对
posts.tags.join("+")
或者
if request.path.startswith('/tag/')
title= request.offset_path1
@yamakong 用第一个可以了,谢谢。
@yamakong Thanks
@楊. tag 本身不像 category 有一个特定的数据对象对应,所以没有 tag.title 类似的属性调用。 :)
New Comment
Hey,
**老杨** Said on [标签归档页如何获取标签标题?](https://pi.bitcron.com/post/wen-da/2017-07/2017-07-14-17-21-03)
@yamakong 用第一个可以了,谢谢。
[>visit and reply comment](https://pi.bitcron.com/post/wen-da/2017-07/2017-07-14-17-21-03)
- - - - - - - - - - -
simple is everything, we try our best to make the Tech meet the needs of our lives.
New Comment
Hey,
**Hepo** Said on [标签归档页如何获取标签标题?](https://pi.bitcron.com/post/wen-da/2017-07/2017-07-14-17-21-03)
@yamakong Thanks @楊. tag 本身不像 category 有一个特定的数据对象对应,所以没有 tag.title 类似的属性调用。 :)
[>visit and reply comment](https://pi.bitcron.com/post/wen-da/2017-07/2017-07-14-17-21-03)
- - - - - - - - - - -
simple is everything, we try our best to make the Tech meet the needs of our lives.