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:
@ -4,13 +4,13 @@ name: MC3
|
||||
members: 2
|
||||
website: http://mc3.coop
|
||||
email: contact@mc3.coop
|
||||
twitter:
|
||||
github:
|
||||
telephone: +44 1484 846231
|
||||
twitter:
|
||||
github:
|
||||
telephone: "+44 1484 846231"
|
||||
address: Huddersfield
|
||||
latitude:
|
||||
longitude:
|
||||
clients:
|
||||
latitude:
|
||||
longitude:
|
||||
clients:
|
||||
services:
|
||||
- business-analysis
|
||||
- business-systems
|
||||
@ -36,4 +36,4 @@ And of course we help with hosting, domain names, SSL encryption, mail hosting
|
||||
|
||||
Our ethos is to provide our clients with the tools, skills and expertise they need to achieve their goals without being forever dependent on people like us. We like using open source software for the same basic reasons.
|
||||
|
||||
Based in the South Pennines, we work with clients globally.
|
||||
Based in the South Pennines, we work with clients globally.
|
Reference in New Issue
Block a user