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

Post titles with same names are disappearing #388

Open
Jose-Alfaro opened this issue May 25, 2023 · 0 comments
Open

Post titles with same names are disappearing #388

Jose-Alfaro opened this issue May 25, 2023 · 0 comments

Comments

@Jose-Alfaro
Copy link

Hello, and thank you for this amazing theme!

I am currently working on a blog where I want to keep track of weekly progress across different categories which are divided via tabs. Therefore, each category tab will have the same number of posts with the same name. For instance:

Sleeping Trends   Exercise Trends ...
 Week 1                Week 1
 Week 2                Week 2
 Week 3                Week 3
 ...                   ...    

In this case "Sleeping Trends" and "Exercise Trends" are the tab names and Week1-3 are the post names. When I try to implement this, I find that the post names must be unique even across different tabs otherwise some will disappear. Meaning that even though I seem to be coding things correctly in the config.yaml file, I get the following output:

Sleeping Trends   Exercise Trends ...
Week 1               
Week 2               
Week 3               
...                          

Has anybody experienced this as well? If so, how can I fix this so that I can have the same post names across the different tabs?

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

1 participant