Skip to content

Commit 1ba1290

Browse files
committed
🐛 remove escaping on ANALYTICS_TAG
1 parent 0fab0a8 commit 1ba1290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/partials/header.eta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
33
<meta http-equiv="X-UA-Compatible" content="ie=edge">
44
<% if (typeof ANALYTICS_TAG === 'string' && ANALYTICS_TAG.length) { %>
5-
<%= ANALYTICS_TAG %>
5+
<%~ ANALYTICS_TAG %>
66
<% } %>
77
<link rel="stylesheet" href="/_assets/style.css">
88
<style>

0 commit comments

Comments
 (0)