-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3-comments.html
More file actions
27 lines (25 loc) · 876 Bytes
/
3-comments.html
File metadata and controls
27 lines (25 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: page
title: "Message"
description: "Have anything want to say? Here is your place."
excerpt: "Have questions? I have answers (maybe)."
header_image: "/assets/img/about-bg.jpg"
---
<center>使用评论留言吧!</center>
<!-- Gitalk 评论 start -->
<link rel="stylesheet" href="https://unpkg.com/gitalk/dist/gitalk.css">
<script src="https://unpkg.com/gitalk@latest/dist/gitalk.min.js"></script>
<div id="gitalk-container"></div>
<script type="text/javascript">
var gitalk = new Gitalk({
clientID: '38cde5a093c3829701f7',
clientSecret: '8caa30fb632bf56b7f1102851b0f8778304fdce8',
repo: 'xiangyingchang.github.io',
owner: 'xiangyingchang',
admin: 'xiangyingchang',
id: window.location.pathname,
distractionFreeMode: true
});
gitalk.render('gitalk-container');
</script>
<!-- Gitalk end -->