Airpub 写博文的时候标题不显示,原因很简单。 默认主题 bower_components/chill/css/chill.min.css 中定义有错误。
.admin .title-group input { box-shadow: none; padding: 28px 6px; font-size: 20px; border: 0px none; }
改成
.admin .title-group input { box-shadow: none; padding: 8px 6px; margin: 8px 0px; font-size: 20px; border: 0px none; }
即可。
Airpub 挂了。因为多说的文章同步功能挂了。