devroom.io/themes/outerspace/layouts/partials/footer.html
2015-03-26 12:28:08 +01:00

23 lines
815 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<footer class="footer">
Copyright 1999 - 2015 {{ .Site.Copyright }}
Powered by <a href="http://gohugo.io">Hugo</a>
</footer>
</div>
<script src="/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-60089-16']);
_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>
</body>
</html>