Cool-Y.github.io/themes/next/layout/_third-party/comments/youyan.swig

17 lines
436 B
Plaintext
Raw Permalink Normal View History

2019-04-02 08:28:32 +00:00
{% if not (theme.duoshuo and theme.duoshuo.shortname)
and not theme.duoshuo_shortname
and not theme.disqus_shortname
and not theme.hypercomments_id %}
{% if theme.youyan_uid %}
{% set uid = theme.youyan_uid %}
{% if page.comments %}
<!-- UY BEGIN -->
<script type="text/javascript" src="http://v2.uyan.cc/code/uyan.js?uid={{uid}}"></script>
<!-- UY END -->
{% endif %}
{% endif %}
{% endif %}