forked from autonomic-cooperative/cotech-website
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<head>
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
  <meta charset="UTF-8">
 | 
						|
  <title>{{ page.title }} « Cooperative Technologists</title>
 | 
						|
  <link rel="canonical" href="{{ page.url | absolute_url }}" />
 | 
						|
  <link rel='stylesheet' id='app-css' href='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/css/app.css?ver=4.8' type='text/css' media='all' />
 | 
						|
  <script type='text/javascript' src='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/js/vendor.js?ver=4.8'></script>
 | 
						|
  <link rel="icon" href="{{ site.github.url }}/app/uploads/2017/02/cropped-cotech_512x512-32x32.png" sizes="32x32" />
 | 
						|
  <link rel="icon" href="{{ site.github.url }}/app/uploads/2017/02/cropped-cotech_512x512-192x192.png" sizes="192x192" />
 | 
						|
  <link rel="apple-touch-icon-precomposed" href="{{ site.github.url }}/app/uploads/2017/02/cropped-cotech_512x512-180x180.png" />
 | 
						|
  <meta name="msapplication-TileImage" content="{{ site.github.url }}/app/uploads/2017/02/cropped-cotech_512x512-270x270.png" />
 | 
						|
  <style type="text/css" id="wp-custom-css">
 | 
						|
    section#contact div.row div p a:active,
 | 
						|
    section#contact div.row div p a:focus,
 | 
						|
    section#contact div.row div p a:hover {
 | 
						|
      text-decoration: underline;
 | 
						|
      color: white;
 | 
						|
    }
 | 
						|
  </style>
 | 
						|
  <link rel="stylesheet" href="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/foundation-icons/foundation-icons.css">
 | 
						|
  <link rel="icon" type="image/x-icon" href="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">
 | 
						|
  <script type="text/javascript">
 | 
						|
    window.mapboxAccessToken = '{{ site.mapbox_access_token }}';
 | 
						|
  </script>
 | 
						|
</head>
 |