We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8948f8 commit 8bbd1e1Copy full SHA for 8bbd1e1
config.yaml
@@ -1,4 +1,5 @@
1
baseURL: https://dannyguo.com
2
+disqusShortname: dannyguo
3
googleAnalytics: UA-90320718-1
4
languageCode: en-us
5
pygmentsCodefences: true
layouts/blog/single.html
@@ -14,6 +14,8 @@ <h1>{{ .Title }}</h1>
14
15
{{ .Content }}
16
17
+ {{ template "_internal/disqus.html" . }}
18
+
19
{{ partial "footer.html" . }}
20
</div>
21
0 commit comments