I'd like to link the Table of Contents in the footer of each page.
I can achieve this thanks to this hint like so:
# In the hyperref section of the document preamble
\cfoot{\hyperlink{page.1}{TOC}}
But if I change my document so that it has a title page, and the TOC moves to page two, I'll need to change this. Is there a better way to link to the TOC? Adding a \label{} and then using a ref{} does not seem to work.