I want to have a reference from everypage to the first page of the document. I think the link can exist well in the pagenumber of every page back to the TOC (first page here). Code
\documentclass{article}
\usepackage{blindtext}
\usepackage{hyperref} % for links in TOC
% https://tex.stackexchange.com/q/56316/13173
\usepackage{fancyhdr}
\renewcommand{\headrulewidth}{0pt} % Werner, remove top margin border
\begin{document}
\tableofcontents
\clearpage
\section{Beginning \jobname}
\blindtext[10]
\end{document}
OS: Debian 8.7
