Skip to content

Commit

Permalink
给小节标题加上锚点链接 (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusYip authored May 18, 2023
1 parent 988a6ee commit b727e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/partials/head_custom.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet">
<link href="{{ relURL "/css/custom.css" }}" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/@xiee/utils/css/heading-anchor.min.css" rel="stylesheet">
<script async src="//yihui.name/js/no-highlight.js"></script>
<script async src="{{ relURL "/js/pangu.js" }}"></script>
<script src="https://cdn.jsdelivr.net/npm/@xiee/utils/js/heading-anchor.min.js" defer></script>

<script type="text/x-mathjax-config">
MathJax.Hub.Config({
Expand Down

0 comments on commit b727e00

Please sign in to comment.