Bitcron 主题模版 title 问题

Hello~

我是 Bitcron 的用户,最近在研究 Bitcron 模版的时候,遇到一个关于 Title 的问题:

在使用如下代码控制 Title 的时候,文章页面智能显示文章的标题,并不能显示 「文章标题 - 博客名称」

block title

  title= post.title or site.title

这个问题还是有点困扰我的。

希望可以帮忙解答一下,多谢~


周良
Ericec Chou
UI 设计师|Freelancer
Blog:eric.ec

2017-07-22 22:53 from Ericec Chou
Comments
Write a Comment
  • Hepo reply

    @Ericec Chou,

    在 post.jade 中

    title= post.title or site.title -> title= "%s-%s" %(post.title,site.title)