Skip to content

11.4.2: Fix feed rendering

Latest
Compare
Choose a tag to compare
@bensmithett bensmithett released this 06 Sep 07:12
· 2 commits to main since this release

Changes

  • Add missing meta and tableOfContents props that weren't being passed to pages when rendered for the JSON Feed 12a44c8

Diff: v11.4.1...v11.4.2

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/main

or...

Manually update your code

Merging upstream changes should be straightforward for this change but see v11.4.1...v11.4.2 for changes you can make to your project manually.

As always, open an issue if you're having trouble upgrading and I'll help you through it!