-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Post level permalink does not override site config #1608
Comments
I am seeing the same behavior |
Have the same problem! 👍 |
Me too. |
Same issue here. I wonder how the migrator plugins handle this. |
This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Will look at fixing this as part of https://24pullrequests.com/. Leaving a comment to un-stale it. |
This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The post permalink does not override the _config.yml setting, but rather replaces the :title element. For example, suppose the setting in _config.yml is this:
And suppose you want to change this for certain posts to year/month/title.html. If you set the post permalink to a value like this:
You will end up with a post with this URL:
/2015/11/25/2015/11/some-title/
hexo -version info:
The text was updated successfully, but these errors were encountered: