Skip to content
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

✨ feat: add option to show author in post metadata #322

Merged
merged 1 commit into from
May 27, 2024

Conversation

welpo
Copy link
Owner

@welpo welpo commented May 25, 2024

Summary

Adds show_author configuration option. This will display the authors set on authors = [] in the front matter of the post. If this is not available, it will fall back to author = ""in config.toml.

Related issue

Resolves #319.

Changes

  • update page.html to render the author(s) in the metadata
  • i18n files updated with new strings to list authors
  • format_date.html updated to ensure consistent spacing

Accessibility

Uses semantic HTML.

Screenshots

Screenshot

Type of change

  • Bug fix (fixes an issue without altering functionality)
  • New feature (adds non-breaking functionality)
  • Breaking change (alters existing functionality)
  • UI/UX improvement (enhances user interface without altering functionality)
  • Refactor (improves code quality without altering functionality)
  • Documentation update
  • Other (please describe below)

Checklist

  • I have verified the accessibility of my changes
  • I have tested all possible scenarios for this change
  • I have updated theme.toml with a sane default for the feature
  • I have made corresponding changes to the documentation:
    • Updated config.toml comments
    • Updated theme.toml comments
    • Updated "Mastering tabi" post in English
    • (Optional) Updated "Mastering tabi" post in Spanish
    • (Optional) Updated "Mastering tabi" post in Catalan

@welpo welpo added the enhancement New feature or request label May 25, 2024
@welpo welpo force-pushed the feat/show-authors-in-metadata branch from 3e52233 to ae77603 Compare May 27, 2024 00:15
@welpo welpo merged commit 9d49a65 into main May 27, 2024
3 checks passed
@welpo welpo deleted the feat/show-authors-in-metadata branch May 27, 2024 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

author in page.html
1 participant