-
Notifications
You must be signed in to change notification settings - Fork 0
Author updates to hero #23
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
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.
Pull request overview
This pull request adds support for optional author images in the hero section and makes author URLs optional. The changes modify the author display to use a flexbox layout that can accommodate profile images alongside author names.
Changes:
- Added flexbox styling and author image support to the SCSS layout
- Updated HTML template to conditionally render author images and handle optional URLs
- Updated README documentation to reflect the new optional
imgandurlfields for authors
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
_sass/layout/_home-header.scss |
Added flexbox layout for authors section and styling for circular author images |
_includes/home-header.html |
Updated template logic to conditionally render author images and make URLs optional; changed conference conditional from AND to OR |
README.md |
Added documentation for optional author image and URL fields with example usage |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Resolves #7 #15