New theme and structure
This commit is contained in:
		
					parent
					
						
							
								28a99a0e04
							
						
					
				
			
			
				commit
				
					
						e4bafbb361
					
				
			
		
					 108 changed files with 9391 additions and 0 deletions
				
			
		
							
								
								
									
										19
									
								
								_includes/scripts.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								_includes/scripts.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,19 @@ | |||
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | ||||
| <script>window.jQuery || document.write('<script src="{{ site.url }}/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script> | ||||
| <script src="{{ site.url }}/assets/js/scripts.min.js"></script> | ||||
| 
 | ||||
| {% if site.google_analytics %} | ||||
| <!-- Asynchronous Google Analytics snippet --> | ||||
| <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.google_analytics }}', 'auto');   | ||||
|   ga('require', 'linkid', 'linkid.js'); | ||||
|   ga('send', 'pageview'); | ||||
| </script> | ||||
| {% endif %} | ||||
| 
 | ||||
| {% if page.comments != false %}{% include disqus_comments.html %}{% endif %} | ||||
		Reference in a new issue