hexo-theme-edinburgh
hexo-theme-edinburgh copied to clipboard
Menu visibility problem
After adding
# Header
menu:
About: /about
Contact: /contact
Instagram: https://www.instagram.com
LinkedIn: https://www.linkedin.com
Facebook: https://www.facebook.com
to 'themes/edinburgh/_config.yml' and doing
hexo new page about
hexo new page contact
menu is still not visible.
After adding
# Header menu: About: /about Contact: /contact Instagram: https://www.instagram.com LinkedIn: https://www.linkedin.com Facebook: https://www.facebook.com
to 'themes/edinburgh/_config.yml' and doing
hexo new page about hexo new page contact
menu is still not visible.
I also found this problem, It seems that the author has given up the update because it was a theme released three years ago.
@Malyjak , @Akirako
Issue is occured from config.menu
in header.ejs template.
You can fix the problem as change config.menu
to theme.menu
.
The template is /themes/edinburgh/layout/_partial/header.ejs
.
I've sent a PR about this problem.