2014-01-02 05:49:38 +00:00
|
|
|
<div id="footer" class="row">
|
|
|
|
<div class="small-12 columns text-right">
|
|
|
|
<p>© {{ site.owner.name }} 2013 - {{ site.time | date: '%Y'}} Powered by <a href="http://jekyllrb.com">Jekyll</a></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script src="{{ site.url }}/assets/js/app-concat.js"></script>
|
2014-01-07 23:36:14 +00:00
|
|
|
{% if site.ga %}
|
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
|
|
|
|
ga('create', '{{ site.ga.code }}', '{{ site.ga.domain }}');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
|
|
|
|
</script>
|
|
|
|
{% endif %}
|
|
|
|
{% if page.comments %}
|
|
|
|
{% include disqus.html %}
|
|
|
|
{% endif %}
|
2014-01-02 05:49:38 +00:00
|
|
|
</body>
|
2014-01-07 23:36:14 +00:00
|
|
|
</html>
|