How to override default tags page? #81
Unanswered
colemilne54
asked this question in
Q&A
Replies: 2 comments
-
I conditionally rendered the relevant content within the [...page].astro when tag === 'dev' but am still curious as to how i can set up a custom tags page that overrides the default one. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah I see, yeah the conditional render option is going to be the simplest way, but to set a custom page you can add a I believe you could also add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to make a custom tags page for only my "dev" tag. I want to add some text to the overview of the "dev" tag while still showing all of the posts with the "dev" tag showing up automatically. I tried making a dev folder within the tags directory and created an index.astro file but am having issues removing and adding what is needed.
Beta Was this translation helpful? Give feedback.
All reactions