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 7, 2023
1 parent 4f45bbd commit 722a62c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hugo.scm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
(newline out))

(define (write-dish-chinese dish out)
(h2"Chinese" out)
(h2 "Chinese" out)
(write-dish-cantonese dish out)
(write-dish-mandarin dish out)
(write-dish-simplified dish out))
Expand Down Expand Up @@ -179,6 +179,11 @@
chinese
(res-value "text" chinese)))

(define (wkty chinese)
(if (string? chinese)
chinese
(res-value "wkty" chinese)))

(define (description dish)
(res-value "description" dish))

Expand Down

0 comments on commit 722a62c

Please sign in to comment.