Skip to content

Commit

Permalink
fix: metropolis slide's header to return content if title is specified (
Browse files Browse the repository at this point in the history
  • Loading branch information
enklht authored and enkaito committed Dec 6, 2024
1 parent ec5cf39 commit 8bdd5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/metropolis.typ
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
components.left-and-right(
{
if title != auto {
utils.fit-to-width.with(grow: false, 100%, title)
utils.fit-to-width(grow: false, 100%, title)
} else {
utils.call-or-display(self, self.store.header)
}
Expand Down

0 comments on commit 8bdd5ed

Please sign in to comment.