Skip to content

Commit

Permalink
Update analytics.ejs
Browse files Browse the repository at this point in the history
Fix bug
  • Loading branch information
mobeicanyue authored and zkqiang committed Jan 30, 2024
1 parent 781fd8e commit 41092c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partials/plugins/analytics.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</script>
<% } %>
<% if (theme.web_analytics.google){ %>
<% if (theme.web_analytics.google && theme.web_analytics.google.measurement_id){ %>
<!-- Google tag (gtag.js) -->
<script async>
if (!Fluid.ctx.dnt) {
Expand Down

0 comments on commit 41092c2

Please sign in to comment.