-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add a comment service like the Disqus #133
Comments
Hi! To enable set I guess if you want other service, you can replace this line with your template. 🤔 Maybe I should put comments in separate partial. As for home page, since you have custom template, you will need to add it after this line |
I made some changes to comments, so now you can override |
Alex, Thanx, I just want to show the comment on the only post page except for the front-page. https://noweaver.github.io/ Always thanks |
Hi! {{ if .Content }}
{{ "include_your_comments_code_here" }}
{{ end }} This will render that block only for pages with content. |
I solved and thanks |
Closing then :) |
Alex,
I added a comment service like the Disqus service in footer.html.
I seemed to be successful in my task but soon disappointed. Even though it is successful in each post, the front page also showed.
https://noweaver.github.io/posts/Misc/2014-03-10_migrate-from-jekyll/#a-practical-example-in-a-diff
This URL is shown correctly. :)
https://noweaver.github.io/
But the main or front-page is not working.
I added the code in footer.html like following as;
The text was updated successfully, but these errors were encountered: