- Style inserted HTML from Contentful
- Delete
created
,published
, andupdated
string fields from blog entries in Contentful- These have been deprecated in favour of
createdAt
,publishedAt
, andupdatedAt
datetime fields
- These have been deprecated in favour of
- Maybe delete
createdAt
field since they seem to be later thanpublishedAt
, which makes no sense - Add comments, and categories, from Contentful
-
Pages are hardcoded
- If you create new pages, get a dev to update the navigation bar
-
Blog entries are first retrieved by Contentful's
sys.createdAt
field (items created solely from new Contentful account), and then by each entry'spublishedAt
field (migrated from old postgres solution)