We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ANALYTICS_TAG
1 parent 0fab0a8 commit 1ba1290Copy full SHA for 1ba1290
1 file changed
src/templates/partials/header.eta
@@ -2,7 +2,7 @@
2
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
3
<meta http-equiv="X-UA-Compatible" content="ie=edge">
4
<% if (typeof ANALYTICS_TAG === 'string' && ANALYTICS_TAG.length) { %>
5
-<%= ANALYTICS_TAG %>
+<%~ ANALYTICS_TAG %>
6
<% } %>
7
<link rel="stylesheet" href="/_assets/style.css">
8
<style>
0 commit comments