Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Update hugo.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
technicat committed Aug 10, 2023
1 parent 4415f45 commit b41d4af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hugo.scm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
(for-each (lambda (word)
(add-word word))
words)
(for-each (lambda (dish)
(add-word (word dish)))
dishes)
(if i (copy-images))
(if v (print dishes))
(if o (write-dishes dishes))))))
Expand Down

0 comments on commit b41d4af

Please sign in to comment.