blog/themes/suka/layout/_partial/head/analytics.ejs

19 lines
803 B
Plaintext

<% if (theme.analytics.google_site_id) { %>
<%- partial('_plugin/analytics/google', {}, {cache: theme.fragment_cache}) %>
<% } %>
<% if (theme.analytics.gtags_site_id) { %>
<%- partial('_plugin/analytics/gtags', {}, {cache: theme.fragment_cache}) %>
<% } %>
<% if (theme.analytics.baidu_site_id) { %>
<%- partial('_plugin/analytics/baidu', {}, {cache: theme.fragment_cache}) %>
<% } %>
<% if (theme.analytics.cnzz_site_id) { %>
<%- partial('_plugin/analytics/cnzz', {}, {cache: theme.fragment_cache}) %>
<% } %>
<% if (theme.analytics.tencent_site_id) { %>
<%- partial('_plugin/analytics/tencent', {}, {cache: theme.fragment_cache}) %>
<% } %>
<% if (theme.analytics.tencent_mta_id) { %>
<%- partial('_plugin/analytics/tencent-mta', {}, {cache: theme.fragment_cache}) %>
<% } %>