Merge pull request #41 from ntzwrk/feature/isso-comments

Add Isso support
This commit is contained in:
Alexis Tacnet
2017-06-26 20:24:14 +02:00
committed by GitHub
4 changed files with 22 additions and 0 deletions

View File

@@ -70,6 +70,9 @@
<div class="disqus">
{{ template "_internal/disqus.html" . }}
</div>
{{ if .Site.Params.issoHost }}
<div class="isso" id="isso-thread"></div>
{{ end }}
</div>
</div>
</section>