mirror of
				https://github.com/arsenetar/arsenetar.github.io.git
				synced 2025-09-11 21:28:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			835 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			835 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<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>
 | 
						|
{% 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 %}
 | 
						|
</body>
 | 
						|
</html>
 |