We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1702924 commit 6e3aa4bCopy full SHA for 6e3aa4b
index.html
@@ -76,7 +76,7 @@
76
}
77
78
</style>
79
- <link rel="stylesheet" href="https://unpkg.com/gitalk/dist/gitalk.css">
+ <link rel="stylesheet" href="https://unpkg.com/gitalk@latest/dist/gitalk.css">
80
</head>
81
<body>
82
<div class="container">
@@ -114,7 +114,7 @@ <h2 class="hero-intro">一个基于 Github Issue 和 Preact 开发的评论插
114
</p>
115
<div id="gitalk-container"></div>
116
</div>
117
- <script src="https://unpkg.com/gitalk/dist/gitalk.min.js"></script>
+ <script src="https://unpkg.com/gitalk@latest/dist/gitalk.min.js"></script>
118
<script type="text/javascript">
119
var gitalk = new Gitalk({
120
clientID: 'e46f6dec7c07145c652c',
0 commit comments