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 e7d70b1 commit 4a169c2Copy full SHA for 4a169c2
README.md
@@ -38,5 +38,6 @@ $ hexo server
38
- [pocke](https://github.com/pocke)
39
- [showwin](https://github.com/showwin)
40
- [sunya9](https://github.com/sunya9)
41
+- [tnir](https://github.com/tnir)
42
- [y-yagi](https://github.com/y-yagi)
43
- [zakuro9715](https://github.com/zakuro9715)
themes/vue/layout/layout.ejs
@@ -36,6 +36,7 @@
36
<% } %>
37
<script src="https://cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js"></script>
+ <script src="https://cdn.jsdelivr.net/gh/tnir/[email protected]/prompt.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
FastClick.attach(document.body);
0 commit comments