mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
{%- if theme.rating.enable %}
|
|
<script src="https://embed.widgetpack.com/widget.js" async></script>
|
|
{{ next_data('rating', theme.rating) }}
|
|
{{ next_js('third-party/rating.js') }}
|
|
{%- endif %}
|