-
Notifications
You must be signed in to change notification settings - Fork 0
Authors #8
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| {subtitle && <p className="mt-2 mb-0 lead text-zinc-600 dark:text-zinc-400">{subtitle}</p>} | ||
| {/* {hasAuthors && authorStyle === 'list' && ( | ||
| <AuthorsList authors={frontmatter.authors} affiliations={frontmatter.affiliations} /> | ||
| )} */} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| const authors = config?.projects?.[0].authors; | ||
| const date = config?.projects?.[0].date; | ||
| const thumbnail = article?.frontmatter.thumbnail ?? undefined; | ||
| console.log(thumbnail); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Probably we could have different author display options depending on submission kind, or collection not just site |
No description provided.