-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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_meta don't display normally in the latest release [solved] #209
Comments
Live demo? How about releases/tag/v6.0.6? |
@sli1989 no need to reproduce this bug in other NexT versions. I think it's appear after update to Hexo v3.7.0 with Possible bugs:
Possible fixes:
|
Need to set The bug has been confirmed only in Hexo v3.7.0+ |
@sli1989 @ivan-nginx Thanks for your responses and helps. As you said, the issue was happened because of @ivan-nginx I tried to install Hexo v3.6.0 but everytime I can only install the latest version v3.7.0. I'm sorry that I'm new to Hexo and I couldn't find any tutorials about installing specific version of Hexo neither. So I probably can't confirm whether this bug is also appeared in Hexo v3.6.0. However, if you can direct me some tutorials, I'm very appreciated about that. Thank you. @sli1989 Thank you very much as well for trying to figure this issue out for me. |
Created `default.yml` symlink for `_en.yml` to around #209 bug for Hexo v3.7.0 version. Older Hexo versions will choose first language in list (in our case it's `_en.yml`).
@dandyxu @sli1989 fixed in #210 and merged into master branch. For now u can define language as u want:
If issue solved, close it please. |
post_meta
don't display normally in the latest release [solved]
post_meta
don't display normally in the latest release [solved]
I agree and want to create new issue
Expected behavior
When I upgrade hexo to latest 3.7.0 and download latest release version of theme-next (v6.1.0), everything is fine but all post_meta don't display normally. For example, in the post_meta area, by default, it should display "Posted on 2018-04-03".
Actual behavior
But actually it displays as "post.posted 2018-04-03". The same as in the footer: Powered -> footer.powered etc.
Steps to reproduce the behavior
Node.js and NPM Information
Package dependencies Information
Hexo Information
Hexo version
Hexo Configuration
default yml file
NexT Information
NexT Version:
NexT Scheme:
NexT Configuration:
all default
Other Information
https://imgur.com/a/yj3oo
The text was updated successfully, but these errors were encountered: