Skip to content

Commit

Permalink
refactor: use \frametitle as suggested by @samcarter
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed May 30, 2024
1 parent 2ec3cc1 commit ea99eb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blog/2024-05-30-moloch/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ Using the theme is as simple as using any other beamer theme. Here is a simple e
\begin{document}
\maketitle
\section{First Section}
\begin{frame}{First Frame}
\begin{frame}
\frametitle{First Frame}
Hello, world!
\end{frame}
\end{document}
Expand Down

0 comments on commit ea99eb7

Please sign in to comment.