mirror of
https://git.coop/cotech/website.git
synced 2025-06-30 02:10:58 +00:00
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,16 +1,16 @@
|
||||
---
|
||||
title: 'DEV: The Developer Society'
|
||||
name: 'DEV: The Developer Society'
|
||||
members:
|
||||
members:
|
||||
website: https://www.dev.ngo/
|
||||
email: studio@dev.ngo
|
||||
twitter: devsociety_
|
||||
github:
|
||||
telephone: +44 333 344 7800
|
||||
github:
|
||||
telephone: "+44 333 344 7800"
|
||||
address: 191 Fazeley Street,Digbeth,Birmingham, ,B5 5SE
|
||||
latitude: 52.47784126596389
|
||||
longitude: -1.881633996963501
|
||||
clients:
|
||||
clients:
|
||||
services:
|
||||
- animation
|
||||
- artwork
|
||||
@ -46,4 +46,4 @@ We work on all aspects of development and digital impact but specialise in creat
|
||||
* Fundraising
|
||||
* APIs
|
||||
* Hack Days
|
||||
* Strategy
|
||||
* Strategy
|
Reference in New Issue
Block a user