add utterances comments support (#596)
This commit is contained in:
parent
a04be276e3
commit
890f66966e
5 changed files with 29 additions and 0 deletions
|
@ -16,6 +16,7 @@ layout: base
|
|||
<div class="staticman-comments">
|
||||
{% include staticman-comments.html %}
|
||||
</div>
|
||||
{% include utterances-comment.html %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -73,6 +73,7 @@ layout: base
|
|||
<div class="staticman-comments">
|
||||
{% include staticman-comments.html %}
|
||||
</div>
|
||||
{% include utterances-comment.html %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue