Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

fix jekyll 3.0 path error#299

Open
yanhaijing wants to merge 1 commit intoplusjade:masterfrom
yanhaijing:patch-1
Open

fix jekyll 3.0 path error#299
yanhaijing wants to merge 1 commit intoplusjade:masterfrom
yanhaijing:patch-1

Conversation

@yanhaijing
Copy link

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

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
Copy link
Author

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

@yanhaijing
Copy link
Author

fix it,common on!!!

@ik0r
Copy link
Contributor

ik0r commented Feb 21, 2016

@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
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants