0

I have to submit my resume through a portal but it doesnt accept the document if it has a hyperlink. How do remove the hyperlink from appearing in \homepage(something.github.io)

1 Answers1

1

You can type the homepage URL in verbatim mode.

For example:

\begin{verbatim}
https://tex.stackexchange.com
\end{verbatim}

or shortly

\verb|https://tex.stackexchange.com|
Triceratops
  • 261
  • 1
  • 12