Skip to content

6.2.0: Make meta description optional

Compare
Choose a tag to compare
@bensmithett bensmithett released this 01 Aug 23:06
98281df

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 make meta.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!)