forked from autonomic-cooperative/cotech-website
Fix & normalize Coop frontmatter YAML
Also ensure newline at EOF. This was achieved by running the new normalize_coop_frontmatter.rb script which basically reads in the frontmatter, parses it and dumps it back out. I had to manually fix some telephone numbers which had been incorrectly parsed as some kind of number rather than as strings.
This commit is contained in:
@ -6,8 +6,9 @@ website: http://agile.coop/
|
||||
email: info@agile.coop
|
||||
twitter: AgileCollective
|
||||
github: agilecollective
|
||||
telephone: 01865 403 120
|
||||
address: Room 301,The Old Music Hall,106-108 Cowley Road,Oxford,United Kingdom,OX4 1JE
|
||||
telephone: '01865 403 120'
|
||||
address: Room 301,The Old Music Hall,106-108 Cowley Road,Oxford,United Kingdom,OX4
|
||||
1JE
|
||||
latitude: 51.7483161
|
||||
longitude: -1.2390645000000404
|
||||
clients:
|
||||
@ -58,4 +59,4 @@ Agile Collective is a small team of designers and developers who make websites f
|
||||
|
||||
As a socially minded company ourselves, we make every effort to contribute to our communities, minimise our environmental impact and ensure sustainability in our work practices. We organise the monthly Oxford Drupal Users Group and a couple of us run the ‘Code Club’ on a Wednesday afternoon which is aimed at inspiring young people to get into coding.
|
||||
|
||||
There is also a company-wide obsession with cycling of various kinds.
|
||||
There is also a company-wide obsession with cycling of various kinds.
|
Reference in New Issue
Block a user