diff --git a/rendercv/themes/moderncv/Header.j2.tex b/rendercv/themes/moderncv/Header.j2.tex index 591f326..4d9b9b3 100644 --- a/rendercv/themes/moderncv/Header.j2.tex +++ b/rendercv/themes/moderncv/Header.j2.tex @@ -6,4 +6,6 @@ % save the original href command in a new command: \let\hrefWithoutArrow\href % new command for external links: -\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}} \ No newline at end of file +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}} + +\hypersetup{pdftitle={<>'s CV}} \ No newline at end of file