mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
15 lines
546 B
Plaintext
15 lines
546 B
Plaintext
//- ----------------------------------
|
|
//- 💫 INCLUDES > SCRIPTS
|
|
//- ----------------------------------
|
|
|
|
each script in SCRIPTS
|
|
script(src="/assets/js/" + script + ".js", type="text/javascript")
|
|
|
|
if landing
|
|
script(async src="https://platform.twitter.com/widgets.js" charset="utf-8")
|
|
|
|
if environment == "deploy"
|
|
script window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', '#{ANALYTICS}', 'auto'); ga('send', 'pageview');
|
|
|
|
script(async src="https://www.google-analytics.com/analytics.js")
|