diff options
author | cetra3 <cetra3@hotmail.com> | 2020-06-29 09:40:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 11:40:01 +0200 |
commit | 3248ad939a4b331472dc0fe985546da5a6641204 (patch) | |
tree | 8e1c3f517f68ffa2c43fe85d9a1c43e6d1e33216 /book/book.toml | |
parent | 6d5d404bb81ef7f75c11c9665df3613e2801b496 (diff) | |
download | askama-3248ad939a4b331472dc0fe985546da5a6641204.tar.gz askama-3248ad939a4b331472dc0fe985546da5a6641204.tar.bz2 askama-3248ad939a4b331472dc0fe985546da5a6641204.zip |
Initial Askama Book (#332)
Diffstat (limited to 'book/book.toml')
-rw-r--r-- | book/book.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/book/book.toml b/book/book.toml new file mode 100644 index 0000000..b46541a --- /dev/null +++ b/book/book.toml @@ -0,0 +1,6 @@ +[book] +authors = ["cetra3"] +language = "en" +multilingual = false +src = "src" +title = "Askama" |