Skip to content

Commit 8bbd1e1

Browse files
committed
Add Disqus comments
1 parent c8948f8 commit 8bbd1e1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
baseURL: https://dannyguo.com
2+
disqusShortname: dannyguo
23
googleAnalytics: UA-90320718-1
34
languageCode: en-us
45
pygmentsCodefences: true

layouts/blog/single.html

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ <h1>{{ .Title }}</h1>
1414

1515
{{ .Content }}
1616

17+
{{ template "_internal/disqus.html" . }}
18+
1719
{{ partial "footer.html" . }}
1820
</div>
1921

0 commit comments

Comments
 (0)