Can we have a tag index pages without automatic pages listing? #4168
NicolasMassart
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Thanks for reporting.
That sounds like a very edgey use case. If we would remove the automatic addition of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering if we could have a tag index page that doesn't display pages with tags when we don't have the
[TAGS]
in the page.Currently it always adds the page list even if we dont add this token.
My usecase is to have
tags_extra_files
and list these pages only on thetags_file
page.Using
tags_file
allows to have clickable tags that leads to this index page. But we should be able not to include[TAGS]
if we don't want to.basically it mean removing lines 95 and 96 in the tags plugin:
I could create a PR, but want to make sure there's not issue in doing this.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions