From 3f26282ab277c345d1c9ce002b50cbfbbd469e38 Mon Sep 17 00:00:00 2001
From: Thomas Yang <tyfulcrum@gmail.com>
Date: Wed, 1 Apr 2020 17:17:31 +0800
Subject: [PATCH] Providing comment function

---
 _layouts/post.html | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/_layouts/post.html b/_layouts/post.html
index 5db4d58..0a12354 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -33,3 +33,13 @@ layout: default
     </div>
   </div>
 </div>
+<div class="comments">
+  <script src="https://utteranc.es/client.js"
+          repo="tyfulcrum/tyfulcrum.github.io"
+          issue-term="pathname"
+          label="Utterances"
+          theme="github-light"
+          crossorigin="anonymous"
+          async>
+  </script>
+</div>
-- 
GitLab