extra not extras

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-28 21:13:29 +01:00
parent 57647cce9e
commit 616a063394
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -17,7 +17,7 @@ in {
};
};
settings = {
envelope_txt2html = "${pkgs.pandoc}/bin/pandoc -f markdown -t html -s --self-contained --template=${../../extras/GitHub.html5}";
envelope_txt2html = "${pkgs.pandoc}/bin/pandoc -f markdown -t html -s --self-contained --template=${../../extra/GitHub.html5}";
envelope_html2txt = "${pkgs.pandoc}/bin/pandoc -t markdown -f html";
};
};