右键菜单教程借鉴了站长Akilar の糖果屋的文章 GalMenu,加上自己的改动,有兴趣的伙伴可以在此教程上改进 具体步骤 在 [Blogroot]\themes\butterfly\layout\includes\third-party\ 目录下新建 galmenu.pug 文件,注意缩进。 12345678#rightMenu each MenuItem,index in theme.GalMenu.MenuGuoup .rightMenu-group each item in MenuItem.MenuItem a.rightMenu-item.faa-parent.animated-hover(href=url_for(item.link),title=item.name,id=item.id) i.fa.faa-tada(class=item.icon) if index != 0 span.rightMenu-name=item.name 修改 [Blogroot]\themes ...
