You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address #179
Updated the Authors.astro component with:
Added capitalizeNamePart() helper - Ensures proper capitalization (first letter uppercase, rest lowercase)
Added formatAuthorName() helper - Intelligently converts "Last, First" format to "First Last":
- Detects the comma separator
- Splits on comma
- Reverses the order
- Applies proper capitalization to each part
- Falls back to simple capitalization for non-comma names
- Updated getAuthorName() function - Now uses the new formatting logic for all name types:
- Structured name objects (given/family)
- String names
- Literal name objects
0 commit comments