hexo-theme-edinburgh icon indicating copy to clipboard operation
hexo-theme-edinburgh copied to clipboard

Menu visibility problem

Open malyjak opened this issue 4 years ago • 2 comments

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.

malyjak avatar Jun 07 '20 12:06 malyjak

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.

Akirako avatar Jul 02 '20 03:07 Akirako

@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.

cresumerjang avatar Nov 24 '20 06:11 cresumerjang