summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authornyms7 <hi@nym.si>2024-05-06 15:19:49 +0800
committernyms7 <hi@nym.si>2024-05-06 15:19:49 +0800
commitb8fb7d7a8c8f3dfd7af148913993dd783684f5c8 (patch)
tree5e68ab2b64ad2375ea6207b5bdbfb9a442e5a6bb /layouts/_default
parentb273b8155ad919ddee562e48df2f2f29bd1ac6b4 (diff)
feat: add giscus support
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index c0f41c5..420a8ba 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -43,6 +43,7 @@
<div class="single-content">
{{ .Content }}
+ {{ partial "comments.html" . }}
</div>
</div>