文章归档文章分类文章标签复制本文标题复制本文地址
随便逛逛

这个页面的页脚将会展示页脚养鱼的效果,只需要在_config.butterfly.yml中增加以下的代码即可:

1
2
3
4
5
6
7
8
# Inject
# Insert the code to head (before '</head>' tag) and the bottom (before '</body>' tag)
# 插入代码到头部 </head> 之前 和 底部 </body> 之前
inject:
head:
# - <link rel="stylesheet" href="/xxx.css">
bottom:
- <script defer src="https://cdn.jsdelivr.net/gh/xiabo2/CDN@latest/fishes.js"></script>

评论