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
I encountered the same issue, turns out it's fixed by #545: what you configure in _config.yml is accessed by the variable site.author.
So that you know why it was rendered correctly in the sidebar, it's because of this line in author-profile.html, as we enter the else statement because no page author has been defined.
The file
_pages/publications.md
contains the following line:However, this is not rendered in the publications page, although
googlescholar
is set in_config.yml
and rendered correctly in the sidebar.The text was updated successfully, but these errors were encountered: