You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And yes, I already searched for current issues and this is not help to me.
Expected behavior
The "author" and "description" in _config.yml info should be display in the sidebar
Actual behavior
"author" and "description" value in sidebar use the default value "John Doe" and "[empty]"
I've read the source code and found something strange at /next/layout/_macro/sidebar.swig
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.
ivan-nginx
changed the title
Author and description info in sidebar cannot display correctly
Author and description info in sidebar cannot display correctly [solved]
Mar 4, 2019
This thread has been automatically locked since there has not been any recent activity after it was closed. It is possible issue was solved or at least outdated. Feel free to open new for related bugs.
lockbot
locked as resolved and limited conversation to collaborators
Mar 10, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I agree and want to create new issue
Expected behavior
The "author" and "description" in
_config.yml
info should be display in the sidebarActual behavior
"author" and "description" value in sidebar use the default value "John Doe" and "[empty]"
I've read the source code and found something strange at
/next/layout/_macro/sidebar.swig
it using the
theme.author
instead ofconfig.author
after changed it into
config.author
and it can work properlySteps to reproduce the behavior
Node.js and NPM Information
Package dependencies Information
Hexo Information
Hexo version
Hexo Configuration
NexT Information
NexT Version:
NexT Scheme:
NexT Configuration:
Other Information
The text was updated successfully, but these errors were encountered: