Add Flattr and GA to the page.
This commit is contained in:
parent
3183ee4cda
commit
a28c7003b6
@ -5,11 +5,40 @@
|
|||||||
|
|
||||||
<link rel="stylesheet/less" href="style.less" type="text/css">
|
<link rel="stylesheet/less" href="style.less" type="text/css">
|
||||||
<script src="less.js" type="text/javascript"></script>
|
<script src="less.js" type="text/javascript"></script>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* <![CDATA[ */
|
||||||
|
(function() {
|
||||||
|
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
|
||||||
|
|
||||||
|
s.type = 'text/javascript';
|
||||||
|
s.async = true;
|
||||||
|
s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
|
||||||
|
|
||||||
|
t.parentNode.insertBefore(s, t);
|
||||||
|
})();
|
||||||
|
/* ]]> */
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', 'UA-15328874-3']);
|
||||||
|
_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);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="repos">
|
<div id="repos">
|
||||||
<a href="http://bitbucket.org/sjl/gundo.vim/">Mercurial Repository</a><br/>
|
<a href="http://bitbucket.org/sjl/gundo.vim/">Mercurial Repository</a><br/>
|
||||||
<a href="http://github.com/sjl/gundo.vim/">Git Repository</a>
|
<a href="http://github.com/sjl/gundo.vim/">Git Repository</a><br/>
|
||||||
|
|
||||||
|
<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://bitbucket.org/sjl/gundo.vim/"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<header>
|
<header>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user