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 35b88b6 commit da3f92d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hugo.scm
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@
(h4 "Wiktionary" out)
(let ((wkty (wkty chinese)))
(if wkty
(for-each (lambda (chars) (write-string chars out))
(for-each (lambda (chars)
(bullet (linkstr chars #"https://en.wiktionary.org/wiki/~chars" )out))
wkty)
(write-string "Missing wiktionary" out))
(news out)))
Expand Down

0 comments on commit da3f92d

Please sign in to comment.