Repeating code

Permalink
My website consists of pages for every year of radio shows. I did the pages using HTML. What I would like to do is create links on each page to the other year pages so for example if a visitor is on my 2019 page I would like the user to quickly be able to go to for example my 2006 page of shows.

What would you suggest is the best way to approach this?

I created a stack with links to my show pages. This way the stack would be global. The only problem is that I would have to put the stack above my HTML code block for each year. I was wondering if there is code I could use instead of a stack that I could insert above the HTML code for each year page.

Basically I want people visiting these pages to quickly navigate to other pages without have to access the navbar.

I don't know if I'm making any sense. If you need further clarification let me know. I'm in the middle of creating my year pages.

Thanks for the help!!!

Randy

rmcellig