You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'd like to add disqus to your theme. I know hugo has it's own internal template to add disqus. But what would be the perfect file to add the code?
{{ template "_internal/disqus.html" . }}
Thanks in advance and awesome theme! ❤️
The text was updated successfully, but these errors were encountered:
Just as a matter of personal preference, I would like to keep the theme minimal and without commenting capabilities. However, you can easily override this in your own blog, by adding a file at layouts/_default/single.html, copying over the contents add https://github.com/lingxz/er/blob/master/layouts/_default/single.html, and add the disqus shortcode at the end.
Hi! I'd like to add disqus to your theme. I know
hugo
has it's own internal template to add disqus. But what would be the perfect file to add the code?Thanks in advance and awesome theme! ❤️
The text was updated successfully, but these errors were encountered: