duplicated author name on the title page
I tested the **minimal example** of a Beamer presentation using Gotham with "gotham dividedpic" as template for the title page.
the result contain a duplicated author. Is it a bug ?
the code :
```tex
\documentclass{beamer}
\usetheme{gotham}
\gothamset{title page=gotham dividedpic,}
\title{A minimal example}
\date{\today}
\author{Romain NOEL}
\institute{Centre for Modern Beamer Themes}
\begin{document}
\maketitle
\section{First Section}
\begin{frame}{First Frame}
Hello, world!
\end{frame}
\end{document}
```
Result :
{width="634" height="484"}
Package: beamerthemegotham 2025-02-11 v1.2.1.c
issue