We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0ed90 commit 233288fCopy full SHA for 233288f
Makefile
@@ -8,7 +8,7 @@ wot.svg: staffs.json
8
./wot.py ./staffs.json
9
10
index.html: index.md wot.svg
11
- nix run nixpkgs#pandoc -- -c style.css --embed-resources --standalone index.md -o index.html --to=html5 --metadata title="Web Key Directory of Project Trans" -V lang=en-US
+ nix run nixpkgs#pandoc -- -c style.css --standalone index.md -o index.html --to=html5 --metadata title="Web Key Directory of Project Trans" -V lang=en-US
12
13
.PHONY: clean
14
clean:
0 commit comments