mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-07 06:53:46 +03:00
Fix slide count.
This commit is contained in:
parent
589dbcbd0e
commit
c93176ec54
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user