发布于 2020-07-27 18:22:45
页脚使用site.author。因此,如果将author: <your name>添加到_config.yml中,您将在页脚中看到<your name>。
发布于 2021-07-10 21:08:23
如果您非常简单,只编辑.md文件而不添加主题文件(即依赖默认的Jekyll主题GitHub页面添加),那么将其添加到您的.md文件中,它将删除页脚。
<style>
.footer {
display: none;
}
</style>https://stackoverflow.com/questions/60231233
复制相似问题