Breaking change: Add disqus element.

Required adding disqusShortname = "XYZ" to config.toml
Details: http://gohugo.io/extras/comments/

This resolves #4.
This commit is contained in:
Nishanth Shanmugham
2015-12-21 03:26:43 -06:00
parent 8627d655e5
commit 81e87c2318

View File

@@ -20,6 +20,9 @@
<br> <br>
<p><a href="/posts/">Back to posts</a></p> <p><a href="/posts/">Back to posts</a></p>
</div> </div>
<div class="disqus">
{{ template "_internal/disqus.html" . }}
</div>
</div> </div>
</div> </div>
</div> </div>