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

Posts don't correctly link to categories/tags #17

Open
jessebobrien opened this issue Sep 27, 2017 · 1 comment
Open

Posts don't correctly link to categories/tags #17

jessebobrien opened this issue Sep 27, 2017 · 1 comment

Comments

@jessebobrien
Copy link

jessebobrien commented Sep 27, 2017

On the article view, the category URL results in a structure of {{ article.category }}/category/{{ category }} and tag s are {{ article.category }}/tag/{{ tag }}.html

@jessebobrien
Copy link
Author

jessebobrien commented Sep 27, 2017

It seems to be misinterpreting pelicanconf.py values, and likely won't happen with 'default' URL structure ... but it's still internally inconsistent.

ARTICLE_URL = '{category}/{slug}'
ARTICLE_SAVE_AS = '{category}/{slug}.html'
CATEGORY_URL = 'category/{slug}'
CATEGORY_SAVE_AS = 'category/{slug}.html'
USE_FOLDER_AS_CATEGORY = True```

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