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

Blog posts are not showing underneath author #225

Open
julioest opened this issue Aug 12, 2024 · 3 comments
Open

Blog posts are not showing underneath author #225

julioest opened this issue Aug 12, 2024 · 3 comments

Comments

@julioest
Copy link
Collaborator

julioest commented Aug 12, 2024

For example, on Vinnie's page (https://cppalliance.org/people/vinnie) the Future of Boost (https://cppalliance.org/boost/2023/05/08/Future-of-Boost.html) post is missing

@julioest
Copy link
Collaborator Author

julioest commented Aug 12, 2024

@vinniefalco Found the issue. It's because your name (or category) is not inside the post's metadata.

image

The above fixes it, but it also adds the comma in the url as well.

@vinniefalco
Copy link
Member

comma in the url?

@sdarwin
Copy link
Contributor

sdarwin commented Aug 13, 2024

categories: Boost vinnie

or

categories:
  - Boost
  - vinnie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants