Fix slide count.

This commit is contained in:
Dillon Kearns 2021-04-16 16:19:49 -07:00
parent 589dbcbd0e
commit c93176ec54

View File

@ -41,7 +41,7 @@ template =
slideCount
|> StaticHttp.map
(\count ->
List.range 1 count
List.range 1 (count - 1)
|> List.map String.fromInt
|> List.map RouteParams
)