forked from autonomic-cooperative/cotech-website
		
	Merge branch 'master' of git.coop:cotech/website
This commit is contained in:
		@ -52,10 +52,10 @@ technologies:
 | 
			
		||||
- centos
 | 
			
		||||
- express-js
 | 
			
		||||
- gitlab
 | 
			
		||||
- google-maps
 | 
			
		||||
- htmlcss
 | 
			
		||||
- java
 | 
			
		||||
- javascript
 | 
			
		||||
- laravel
 | 
			
		||||
- mysql
 | 
			
		||||
- nginx
 | 
			
		||||
- node-js
 | 
			
		||||
 | 
			
		||||
@ -70,6 +70,7 @@ technologies:
 | 
			
		||||
- aws-redshift
 | 
			
		||||
- symfony
 | 
			
		||||
- wordpress
 | 
			
		||||
- laravel
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
Outlandish is made up of around 20 collaborators and co-owners who love quality code, and apps that challenge the status quo.
 | 
			
		||||
 | 
			
		||||
@ -18,9 +18,16 @@
 | 
			
		||||
{% endif %}
 | 
			
		||||
  <meta property="og:site_name" content="Cooperative Technologists" />
 | 
			
		||||
{% if page.collection == 'coops' %}
 | 
			
		||||
  <!-- img: /images/coops/{{ page.slug }}  -->
 | 
			
		||||
{% endif %}
 | 
			
		||||
  <meta property="og:image" content="/images/coops/{{ page.slug }}" />
 | 
			
		||||
{% elsif page.collection == 'services' %}
 | 
			
		||||
  <meta property="og:image" content="/images/services/{{ page.slug }}" />
 | 
			
		||||
{% elsif page.collection == 'technologies' %}
 | 
			
		||||
  <meta property="og:image" content="/images/technologies/{{ page.slug }}" />
 | 
			
		||||
{% elsif page.collection == 'clients' %}
 | 
			
		||||
  <meta property="og:image" content="/images/clients/{{ page.slug }}" />
 | 
			
		||||
{% else %}
 | 
			
		||||
  <meta property="og:image" content="/app/themes/coop-tech-oowp-theme/public/img/Cotech_512x512.png" />
 | 
			
		||||
{% endif %}
 | 
			
		||||
  <meta property="og:locale" content="en_GB" />
 | 
			
		||||
  <meta name="twitter:card" content="summary" />
 | 
			
		||||
  <meta name="twitter:site" content="@CotechUK" />
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user