Skip to content

Commit 88796d0

Browse files
committed
bip39 dice 24th word fix
1 parent c38b47f commit 88796d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pub/functora-hakyll/site.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ main = withUtf8 . hakyllWith cfg $ do
9797
let mkItem = makeItem raw
9898
xs <- replicateM 11 mkItem
9999
x <-
100-
if top || idx > 7
100+
if top || idx > 8
101101
then mkItem
102102
else makeItem mempty
103103
pure $ xs <> [x]

0 commit comments

Comments
 (0)