6.2.0: Make meta description optional
Changes
See #16
Upgrade instructions (more info)
Upgrade instructions (more info)
Merge upstream changes
First, configure this repo as a remote for your repo (you only need to do this once)
git remote add template https://github.com/bensmithett/tropical.git
Then fetch & merge the latest changes, resolving any conflicts manually:
git fetch template
git merge template/master
or...
Manually update your code
- Update
DefaultLayout
(or your own layouts) to makemeta.description
optional as per #16 - If you were including a
meta.description
on any pages and you didn't really want to, remove it! - If you're using Prettier, copy the changes to
.prettierrc
from #16 (although I'm not the boss of you, configure Prettier however you want!)