diff --git a/views/about.coffee b/views/about.coffee index b19fe0a..bdaade9 100644 --- a/views/about.coffee +++ b/views/about.coffee @@ -221,3 +221,7 @@ Personal Repository: https://github.com/d my_mail = "soddyque" + "@" + "gmail.com" mailme.innerText = my_mail mailme.href = "mailto:" + my_mail + `var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-5293693-3']);_gaq.push(['_setDomainName', 'huangx.in']);_gaq.push(['_trackPageview']);(function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();`