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

Commit

Permalink
steaming
Browse files Browse the repository at this point in the history
  • Loading branch information
technicat committed Aug 11, 2023
1 parent a492cdd commit edff66b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/json/dish/cooking.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"place": "New Asian BBQ, Las Vegas, Nevada"
}
],
"description": "[Steaming(https://www.thespruceeats.com/chinese-steaming-recipes-p2-694402) is one of the main cooking techniques in [Chinese cuisine](https://en.wikipedia.org/wiki/Chinese_cuisine) (alongside stir-frying and deep-frying), especially in dim sum, as evidenced by the stacks of [bamboo steaming baskets](https://thewoksoflife.com/how-to-use-bamboo-steamer/).",
"description": "[Steaming](https://www.thespruceeats.com/chinese-steaming-recipes-p2-694402) is one of the main cooking techniques in [Chinese cuisine](https://en.wikipedia.org/wiki/Chinese_cuisine) (alongside stir-frying and deep-frying), especially in dim sum, as evidenced by the stacks of [bamboo steaming baskets](https://thewoksoflife.com/how-to-use-bamboo-steamer/).",
"tags": [
""
],
Expand Down
4 changes: 2 additions & 2 deletions hugo.scm
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@
(newline out)))))

(define (tag-display tag)
(let ((word (hash-table-get words tag)))
(let ((word #false)) ;(hash-table-get words tag)))
(if word
#"\"~tag ~(english word)\""
#"\"tag\"")))
#"\"~tag\"")))

(define (write-dish-date dish out)
(write-string #"showDate: false" out)
Expand Down

0 comments on commit edff66b

Please sign in to comment.