Skip to content

Commit

Permalink
fix sakana display
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan authored Jan 8, 2025
1 parent a444637 commit 3614da2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ defaults: # 将所有配置选项使用<https://jekyllrb.com/docs/configuration/
:root {
--fontStack-monospace: "Monaspace Xenon", "极影毁片文宋 Medium", "Courier New", Courier, ui-monospace, monospace;
}
body, .markdown-body {
.markdown-body {
font-family: var(--fontStack-monospace);
}
</style>
Expand Down Expand Up @@ -323,9 +323,9 @@ defaults: # 将所有配置选项使用<https://jekyllrb.com/docs/configuration/
}
</script>
<script
async
onload="if(window.matchMedia("(print)").matches==false)initSakanaWidget();"
src="https://cdn.jsdelivr.net/npm/sakana-widget@2.7.0/lib/sakana.min.js"
async
onload="if(window.matchMedia("print").matches==false)initSakanaWidget();"
src="https://cdn.jsdelivr.net/npm/sakana-widget@2.7.0/lib/sakana.min.js"
></script>
post:
date: # 显示博文时间
Expand Down

0 comments on commit 3614da2

Please sign in to comment.