plusjade / jekyll-bootstrap

The quickest way to start and publish your Jekyll powered blog. 100% compatible with GitHub pages.
jekyllbootstrap.com
MIT License
3.35k stars 1.71k forks source link

fix jekyll 3.0 path error #299

Open yanhaijing opened 8 years ago

yanhaijing commented 8 years ago

in jekyll 2.x permalink: /:categories/:year/:month/:day/:title = /categories/year/month/day/title/ but in jekyll 3.x permalink: /:categories/:year/:month/:day/:title = /categories/year/month/day/title

add / to fix it

yanhaijing commented 8 years ago

This issue has caused my blog comment to have been lost, Because the path has changed.

yanhaijing commented 8 years ago

fix it,common on!!!

wyntau commented 8 years ago

@yanhaijing If you use duoshuo, you can set duoshuo's dada-thread-key. So comments is not path related.

You can see my blog http://isay.me

yanhaijing commented 8 years ago

@Treri thank you,i set data-url to fix it,but the question is a queistion,i think need / end of path