myst729 / Vuelog

A backend-free blog system built on top of Vue.js
https://vuelog.js.org/
MIT License
267 stars 39 forks source link

put the subject before the site name in the title tag #22

Closed PeakFish closed 6 years ago

PeakFish commented 7 years ago

页面的标题 首先显示的是 页面的主题,把网站的名称放在标题后面了。感觉这样看起来更方便一些。

PeakFish commented 7 years ago

dmbsc5wueaailbd 类似这种的 感觉除了首页 别的页面首先显示页面的title更好一点

myst729 commented 7 years ago

I would challenge the necessity of your change. In single page apps with well-handled client side routing, is it a common use case to open links in new tabs? My answer is probably no.

Although this behavior is not encouraged, it doesn't mean it is disallowed. So, if you make it configurable, and keep current setting as default, I'll be fine to reconsider the change.

PeakFish commented 7 years ago

OK much better