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:
@ -1,12 +1,12 @@
|
||||
---
|
||||
title: Open Data Services
|
||||
name: Open Data Services
|
||||
members:
|
||||
members:
|
||||
website: http://www.opendataservices.coop
|
||||
email: contact@opendataservices.coop
|
||||
twitter: opendatacoop
|
||||
github:
|
||||
telephone: + 44 (0)161 298 1213
|
||||
github:
|
||||
telephone: "+ 44 (0)161 298 1213"
|
||||
address: Remote working team, across the UK,United Kingdom
|
||||
latitude: 52.47695163340273
|
||||
longitude: -1.8878889083862305
|
||||
@ -50,4 +50,4 @@ We provide training, consultancy, development and support for:
|
||||
|
||||
* Organisations building and maintaining open data standards
|
||||
* Organisations publishing open data
|
||||
* Organisations using open data
|
||||
* Organisations using open data
|
Reference in New Issue
Block a user