Hi there. I’m trying to configure the main tags list page, but without changing the subsequent tag list pages. In other words, I want to change /tags/ only, not /tags/*.
My issue is that when I edit /layouts/tags/list.html is applies to /tags/* when just want to modify /tags/.
Could someone give me a nudge in the right direction?
What do you mean by “configure”? Are you trying to create custom layouts, or make some other change?
Edit: Sorry, I didn’t read your original post carefully enough! The links that jmooring provided should be helpful. In this case, perhaps instead of using /layouts/tags/list.html, you might do /layouts/_default/taxonomy.html?
Hi, thanks for the response. My goal is to have /tags/ have some additional details that its subpages won’t. Upon placing my tags file in /layouts/tags/list.html what I got what I was looking for, but upon restarting HUGO I saw it was a cache issue and the change I wanted wasn’t actually in place.
So, I think I’m close, but I’m still unable to target just the tags page. Right now, going to /tags/tag_name shows a broken version of the /tags/ page.
Thanks, that wasn’t exactly what I need, but I found that /layouts/tags/terms.html works but may not be the best way of doing it. Do you have any info on that?
Hi. My goal is to use a custom html page in it’s place and show a list of all tags on it using my own methods. The issue is that I only want to change /tags/ but not /tags/* also.
The lookup order tables that I referenced above are organized by page kind and output format. Within each grouping they are listed by specificity, the most specific at the top of the list.