diff --git a/website/config/variables.js b/website/config/variables.js
index 46845067..87d7ab61 100644
--- a/website/config/variables.js
+++ b/website/config/variables.js
@@ -10,7 +10,7 @@ module.exports = {
grey: '#313D3E',
darkGrey: '#2F3132',
darkerGrey: '#1E1F21',
- blueGrey: '#9AA1AE',
+ blueGrey: '#D2D7E2',
lightGreen: '#97bf2f',
green: '#C9FA4B',
darkGreen: '#7CA511',
diff --git a/website/site/data/landing.yaml b/website/site/data/landing.yaml
index 00309950..28fee316 100644
--- a/website/site/data/landing.yaml
+++ b/website/site/data/landing.yaml
@@ -1,6 +1,6 @@
---
hero:
- headline: "Open source content management for your Git workflow"
+ headline: "Open source content management
for your Git workflow"
subhead: "Use Netlify CMS with any static site generator for a faster and more flexible web project"
devfeatures:
- feature: "Static + content management = ♥"
diff --git a/website/site/data/updates.yml b/website/site/data/updates.yml
index 7a137471..051d866c 100644
--- a/website/site/data/updates.yml
+++ b/website/site/data/updates.yml
@@ -1,16 +1,13 @@
updates:
- - date: 2018-02-22
- description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs.
+ - date: 2018-01-25
+ version: '1.1'
+ description: You can now register external backends and we improved metadata handling.
url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0'
- - date: 2018-02-21
- description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs.
+ - date: 2018-01-23
+ version: '1.0.4'
+ description: Fixes various UI bugs and adds expand / collapse functionality to the object widget.
url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0'
- - date: 2018-02-20
- description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs.
- url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0'
- - date: 2018-02-19
- description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs.
- url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0'
- - date: 2018-02-18
- description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs.
+ - date: 2018-12-19
+ version: '1.0.3'
+ description: Small bug fix release.
url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0'
diff --git a/website/site/layouts/index.html b/website/site/layouts/index.html
index 0d23eef2..aee1e967 100755
--- a/website/site/layouts/index.html
+++ b/website/site/layouts/index.html
@@ -5,8 +5,8 @@