Import of the new theme
This commit is contained in:
		
					parent
					
						
							
								04104f0bff
							
						
					
				
			
			
				commit
				
					
						0693a85c3f
					
				
			
		
					 331 changed files with 21077 additions and 8782 deletions
				
			
		
							
								
								
									
										24
									
								
								_includes/footer_scripts.html
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										24
									
								
								_includes/footer_scripts.html
									
										
									
									
									
										Executable file
									
								
							|  | @ -0,0 +1,24 @@ | |||
| <script src="{{ site.url }}/assets/js/javascript.min.js"></script> | ||||
| 
 | ||||
| {% if page.header.image_fullwidth %} | ||||
| <script> | ||||
|     $("#masthead").backstretch("{{ site.url }}/images/{{ page.header.image_fullwidth }}", {fade: 700}); | ||||
|     $("#masthead-with-text").backstretch("{{ site.url }}/images/{{ page.header.image_fullwidth }}", {fade: 700}); | ||||
| </script> | ||||
| {% endif %} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| {% if site.google_analytics_tracking_id %} | ||||
| <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_tracking_id }}', 'auto'); | ||||
|   ga('set', 'anonymizeIp', true); | ||||
|   ga('send', 'pageview'); | ||||
| 
 | ||||
| </script> | ||||
| {% endif %} | ||||
		Reference in a new issue