MOxFIVE/hexo-theme-yelee

如何关闭主菜单大写显示

Closed this issue · 2 comments

你好,问题如下:
这是我在_config.yaml 的设置

# Header | 主菜单
## About Page: `hexo new page about`
## Tags Cloud Page: `hexo new page tags`
menu:
  Home: /
  Archives: /archives/
  #随笔: /tags/随笔
  Tags: /tags/
  About: /about/

但是显示之后全部被变成大写了:
image

如何才能只要首字母大写?

👻 其实很简单

image

image

哇哦,非常感谢,成功啦。