add utterances comments support (#596)

This commit is contained in:
colynn.liu 2020-04-02 05:25:11 +08:00 committed by GitHub
parent a04be276e3
commit 890f66966e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 0 deletions

View file

@ -16,6 +16,7 @@ layout: base
<div class="staticman-comments">
{% include staticman-comments.html %}
</div>
{% include utterances-comment.html %}
{% endif %}
</div>
</div>

View file

@ -73,6 +73,7 @@ layout: base
<div class="staticman-comments">
{% include staticman-comments.html %}
</div>
{% include utterances-comment.html %}
{% endif %}
</div>
</div>