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

Add rendering support to generate /tags homepage #351

Closed
manikmagar opened this issue May 8, 2017 · 5 comments
Closed

Add rendering support to generate /tags homepage #351

manikmagar opened this issue May 8, 2017 · 5 comments
Assignees
Milestone

Comments

@manikmagar
Copy link
Member

Individual tags are rendered inside /tags or ${config.tags_path} folder but there is no way to define template page for /tags itself. As of now, if /tags is hit and if directory listing is enabled, then it just displays directory listing of tag html files. Instead of that, a new template should be added to allow rendering for /tags home page. This is helpful when you just want to add site menu 'Tags' which lands to all tags home page.
eg.
template.tag.home.file=tagshome.ftl

For example, categories implemented in #293 .

Thanks.

@manikmagar
Copy link
Member Author

This is part of #165

@jonbullock jonbullock added this to the v2.7.0 milestone May 15, 2017
@jonbullock
Copy link
Member

Great suggestion, thanks for raising this.

@manikmagar
Copy link
Member Author

@jonbullock Have you already started working on this? If not, I can add this one.

@jonbullock
Copy link
Member

No I haven't, if you want to take this on that would be great.

@manikmagar
Copy link
Member Author

Sure, will send PR soon. Dev is almost done, need to add test cases.

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

No branches or pull requests

3 participants