This PR adds a simple awards value which is an array of public profile award objects ala:
[
{
title: 'Some award title',
description: 'the description'
}
]
The massive puke in spec/fixtures/jeffweiner08.html is to inject an award copied from my linked in profile. It could be run through a formatter to make diffs like this easier to read ;)
This PR adds a simple
awards
value which is an array of public profile award objects ala:The massive puke in
spec/fixtures/jeffweiner08.html
is to inject an award copied from my linked in profile. It could be run through a formatter to make diffs like this easier to read ;)