comments.html 604 B

1234567891011121314151617181920212223
  1. <section id="comments">
  2. <div class="wrapper">
  3. <div class="line-highlight"><i class="fa fa-paw" aria-hidden="true"></i></div>
  4. {% if site.comment %}
  5. <!-- <h1 class="blue-title">Comments</h1>-->
  6. {% endif %}
  7. {% if site.comment.gitalk %}
  8. <!-- Comment Script BEGIN-->
  9. <!-- Script END -->
  10. {% endif %}
  11. {% if site.comment.youyan %}
  12. <!-- UY BEGIN -->
  13. <div id="uyan_frame"></div>
  14. <!--<script type="text/javascript" src="http://v2.uyan.cc/code/uyan.js?uid={{ site.comment.youyan }}"></script>-->
  15. <!-- UY END -->
  16. {% endif %}
  17. </div>
  18. </section>