summaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: 6eb83587014fca47aafaa8424b0313da0802a979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
		</section>
		<footer>
			<p>Maintained by <a href="https://github.com/zeux">Arseny Kapoulkine</a></p>
			<p><small>Hosted on GitHub &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
		</footer>
	</div>
	<script src="/javascripts/scale.fix.js"></script>
	<script type="text/javascript">
		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
		document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	</script>
	<script type="text/javascript">
		try {
			var pageTracker = _gat._getTracker("UA-954596-3");
			pageTracker._trackPageview();
		} catch(err) {}
	</script>
</body>
</html>