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:
@ -5,8 +5,8 @@ members: 4
|
||||
website: https://graphics.coop/
|
||||
email: info@graphics.coop
|
||||
twitter: graphicscoop
|
||||
github:
|
||||
telephone: 01315249779
|
||||
github:
|
||||
telephone: '01315249779'
|
||||
address: 32 Annandale Street Lane,Edinburgh,Scotland,EH7 4LS
|
||||
latitude: 55.9607296
|
||||
longitude: -3.182652400000052
|
||||
@ -43,4 +43,4 @@ technologies:
|
||||
|
||||
We specialise in design, print and digital services for the third sector.
|
||||
|
||||
We’ve been working with charities, housing associations, social enterprises, campaigners and communities since 1989, so we know the things that matter to third sector clients. Our values as a worker co-operative mean we’re committed to empowering and inspiring these organisations to communicate their message with confidence and helping them make the world a better place.
|
||||
We’ve been working with charities, housing associations, social enterprises, campaigners and communities since 1989, so we know the things that matter to third sector clients. Our values as a worker co-operative mean we’re committed to empowering and inspiring these organisations to communicate their message with confidence and helping them make the world a better place.
|
Reference in New Issue
Block a user