Skip to content

Commit

Permalink
feat: added twitter pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Mar 17, 2024
1 parent 8265d7a commit 35c292e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions views/_layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,9 @@ html(lang=meta.lang prefix="og: http://ogp.me/ns#")
block js
- var jsFile = isProduction ? `main__${process.env['npm_package_version']}.bundle.min.js` : 'main.bundle.js';
script(src=`js/${jsFile}`)
script.
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='https://static.ads-twitter.com/uwt.js',
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
twq('config','okohn');

0 comments on commit 35c292e

Please # to comment.