Skip to content

Commit 25bbeb7

Browse files
committed
remvoe google and twitter
1 parent 618125a commit 25bbeb7

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

themes/vue/layout/index.ejs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,3 @@
143143
<p>Copyright (c) <%- date(Date.now(), 'YYYY') %> <a href="http://evanyou.me" target="_blank">Evan You</a></p>
144144
</div>
145145

146-
<!-- Twitter follow button script -->
147-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>

themes/vue/layout/partials/ga.ejs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
<script>
2-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
6-
7-
ga('create', '<%- theme.google_analytics %>', '<%- theme.root_domain %>');
8-
ga('send', 'pageview');
9-
</script>

0 commit comments

Comments
 (0)