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,7 +1,7 @@
|
||||
---
|
||||
title: Founders and Coders
|
||||
name: Founders and Coders
|
||||
members:
|
||||
members:
|
||||
website: http://www.foundersandcoders.com/
|
||||
email: hello@foundersandcoders.com
|
||||
twitter:
|
||||
@ -10,7 +10,7 @@ telephone: 020 3583 2442
|
||||
address: 14 Palmers Road,London,E2 0SY
|
||||
latitude: 51.5295318
|
||||
longitude: -0.04229490000000169
|
||||
clients:
|
||||
clients:
|
||||
services:
|
||||
- mentoring
|
||||
technologies:
|
||||
|
Reference in New Issue
Block a user