I have the following section of TeX:
\documentclass[landscape]{slides}
\usepackage[landscape]{geometry}
\author{My Name}
\title{My Title}
\date{The Date}
\begin{document}
\begin{slide}
\maketitle
\end{slide}
\end{document}
If I try to add anything else to the title slide it is pushed on to the next slide. How can I add my twitter name and a link to my github account to the title page?

