Skip to content

Commit

Permalink
Add Disqus comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo committed May 17, 2018
1 parent c8948f8 commit 8bbd1e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
baseURL: https://dannyguo.com
disqusShortname: dannyguo
googleAnalytics: UA-90320718-1
languageCode: en-us
pygmentsCodefences: true
Expand Down
2 changes: 2 additions & 0 deletions layouts/blog/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ <h1>{{ .Title }}</h1>

{{ .Content }}

{{ template "_internal/disqus.html" . }}

{{ partial "footer.html" . }}
</div>

Expand Down

0 comments on commit 8bbd1e1

Please sign in to comment.