diff --git a/1.0.0/src/lib.typ b/1.0.0/src/lib.typ index c22cb5b..1b75756 100644 --- a/1.0.0/src/lib.typ +++ b/1.0.0/src/lib.typ @@ -106,7 +106,7 @@ grid( columns: (ratio * 100%, 1fr), gutter: 0pt, block(fill: colors.tug), - block(fill: colors.tug), + block(), ) }) ] diff --git a/1.0.0/template/slides.typ b/1.0.0/template/slides.typ index c2e41ee..9c0b70e 100644 --- a/1.0.0/template/slides.typ +++ b/1.0.0/template/slides.typ @@ -10,7 +10,7 @@ date: [ 29th Jan 2025 ], footer: [ First Author ], extra: [ SomeConf 2025 ], - progress: false, + progress: true, ) = List