在\themes\next\ _config.yml中将以下的footer条目取消注释
1 | custom_file_path: |
然后在\source\ _data\footer.swig文件(没有则新建)中粘贴以下内容
(代码来源:https://github.com/itorr/sakana)
1 | <meta name="viewport" content="width=device-width"> |
hexo clean && hexo g && hexo s
之后就可以愉快地玩摇摇乐了~
在\themes\next\ _config.yml中将以下的footer条目取消注释
1 | custom_file_path: |
然后在\source\ _data\footer.swig文件(没有则新建)中粘贴以下内容
(代码来源:https://github.com/itorr/sakana)
1 | <meta name="viewport" content="width=device-width"> |
hexo clean && hexo g && hexo s
之后就可以愉快地玩摇摇乐了~