-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomment.html
More file actions
executable file
路35 lines (32 loc) 路 884 Bytes
/
Copy pathcomment.html
File metadata and controls
executable file
路35 lines (32 loc) 路 884 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
28
29
30
31
32
33
34
---
layout: page_no_side
permalink: /comment/
title: "Comment"
description: "No Restrictions"
header-img: "img/comment-bg.jpg"
---
<hr>
<div>
Please feel free to leave comments on this page.<br>
Any suggestions or help would be greatly appreciated. 馃憤
</div>
<hr>
<!-- giscus comment start -->
{% if site.giscus.enable %}
<script src="https://giscus.app/client.js"
data-repo='{{site.giscus.repo}}'
data-repo-id='{{site.giscus.repo-id}}'
data-category='{{site.giscus.category}}'
data-category-id='{{site.giscus.category-id}}'
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="0"
data-emit-metadata="0"
data-input-position="top"
data-theme="preferred_color_scheme"
data-lang="en"
crossorigin="anonymous"
async>
</script>
{% endif %}
<!-- giscus comment end -->