diff options
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 19 |
1 files changed, 19 insertions, 0 deletions
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> |