From 806169f2550934199890acc4950bc5552565b980 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine <arseny.kapoulkine@gmail.com> Date: Mon, 10 Nov 2014 11:27:10 +0100 Subject: Initial Jekyll content that tries to mirror the old site. --- _includes/footer.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _includes/footer.html (limited to '_includes/footer.html') diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..5a83239 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,19 @@ + </section> + <footer> + <p>This project is maintained by <a href="https://github.com/zeux">Arseny Kapoulkine</a></p> + <p><small>Hosted on GitHub Pages — 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> -- cgit v1.2.3