mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
🎨 Include scripts from external file
This commit is contained in:
parent
fd5652b259
commit
74de9ab2a3
@ -32,8 +32,4 @@ html
|
||||
p=gitmoji.description
|
||||
include _includes/_footer.pug
|
||||
script.
|
||||
var statuses = ['joy', 'loved', 'haha', 'sunglasses', 'sexy', 'tongue'];
|
||||
document.getElementById(statuses[Math.floor(Math.random() * statuses.length)]).style.opacity=1;
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-67824860-7', 'auto');
|
||||
ga('send', 'pageview');
|
||||
include ../scripts/main.js
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user