mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
4 lines
239 B
Plaintext
4 lines
239 B
Plaintext
{%- if theme.umami.enable %}
|
|
<script async defer data-website-id="{{ theme.umami.website_id }}" src="{{ theme.umami.script_url }}"{% if theme.umami.host_url %} data-host-url="{{ theme.umami.host_url }}"{% endif %}></script>
|
|
{%- endif %}
|