Hi guys
I am using for a conference presentation metropolis theme. I need to insert the name of the two authors with the institute references like in the image below. How can I do ?
\documentclass[10pt]{beamer}
\usetheme{metropolis}
\title{Prove with metropolis theme}
\subtitle{A modern beamer theme}
\author{Daniela Cialfi$^1$ \and Emiliano Colantonio$^2$}
\institute{$^1$Center for modern beamer themes\\
$^2$Other center for less modern beamer themes}
\begin{document}
\begin{frame}[plain]
\titlepage
\end{frame}
\end{document}