Skip to content

Commit 086b4a9

Browse files
committed
chore: remove raw comment
1 parent 9d51d1a commit 086b4a9

File tree

1 file changed

+0
-2
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+0
-2
lines changed

src/connections/sources/catalog/libraries/website/javascript/quickstart.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,10 @@ To do that, Segment recommends that you use a backend template to inject an Iden
111111
Depending on your templating language, your actual Identify call might look something like this:
112112
113113
```js
114-
{% raw %}
115114
analytics.identify(' {{user.id}} ', {
116115
name: '{{user.fullname}}',
117116
email: '{{user.email}}'
118117
});
119-
{% endraw %}
120118
```
121119
122120
With that call in your page footer, you successfully identify every user that visits your site.

0 commit comments

Comments
 (0)