% Minimal working example for \lastupdated
% Compatible with pdfLaTeX out of the box.
% Uncomment the fontspec lines below for XeLaTeX with custom fonts.
\documentclass[a4paper]{article}
\usepackage[hmargin=1.25cm, vmargin=0.7cm]{geometry}
\usepackage[absolute]{textpos}
\usepackage{xcolor}
\usepackage{hyperref}
% Optional: custom fonts via XeLaTeX
% \usepackage{fontspec}
% \setmainfont{Lato}
\definecolor{datecolor}{HTML}{666666}
\setlength{\TPHorizModule}{1mm}
\setlength{\TPVertModule}{1mm}
\textblockorigin{0mm}{5mm}
% Replace the URL with your own link or URL shortener alias.
\newcommand{\lastupdated}{%
\begin{textblock}{60}(150,0)
\color{datecolor}\fontsize{8pt}{10pt}\selectfont
Rendered on \today \\
Latest version at \href{https://yourlink.com}{yourlink.com}
\end{textblock}%
}
\begin{document}
\lastupdated
\begin{center}
{\LARGE\bfseries Your Name}\\[4pt]
your@email.com \quad linkedin.com/in/yourname
\end{center}
\section*{Experience}
Your experience here\ldots
\section*{Education}
Your education here\ldots
\end{document}

PDF Preview
Create an account to compile and preview