-
-
Notifications
You must be signed in to change notification settings - Fork 540
feat(gatsby-theme-minimal-blog): Add PostFooter
component
#705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: fe9a2be The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Gatsby Cloud Build Reportjodie 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 14s PerformanceLighthouse report
|
Gatsby Cloud Build Reportcara 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 17s PerformanceLighthouse report
|
Gatsby Cloud Build Reportemma 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 16s PerformanceLighthouse report
|
Gatsby Cloud Build Reportemilia 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 19s PerformanceLighthouse report
|
Gatsby Cloud Build Reportwww 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 1m PerformanceLighthouse report
|
Gatsby Cloud Build Reportminimal-blog 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 23s PerformanceLighthouse report
|
Gatsby Cloud Build Reportstatus-dashboard 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 24s PerformanceLighthouse report
|
Feature: The
<Post />
component now has a<PostFooter />
component at the bottom of the page (between the end of the post content and the global footer). You can shadow this to e.g. display a comment section below a post. The component receives its data through thepost
prop which holds the same data as what<Post />
receives.Fixes #698.