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

fix jekyll 3.0 path error #299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix jekyll 3.0 path error #299

wants to merge 1 commit into from

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!!!

@wyntau
Copy link
Contributor

wyntau 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