forked from leafo/scssphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
24 lines (22 loc) · 929 Bytes
/
footer.html
File metadata and controls
24 lines (22 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div class="footer">
<div class="inner">
<div>
created by <a href="http://leafo.net">leaf corcoran</a> · scssphp is licensed under MIT
</div>
<div>
generated by <a href="https://github.com/jekyll/jekyll">jekyll</a> on {{ generate_date }}
</div>
</div>
</div>
<script type="text/javascript">
(function() {
document.getElementById("download-button").onclick = function() {
_gaq.push(['_trackEvent', 'scssphp', 'click', 'download-button']);
}
var link = document.getElementById("download-link");
if (link) link.onclick = function() {
_gaq.push(['_trackEvent', 'scssphp', 'click', 'download-link']);
}
})();
</script>
<a href="{{ site.repo_url }}"><img style="position: fixed; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>