diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-06-30 09:43:46 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-06-30 09:43:46 +0200 |
commit | 435bb0569c17bd8386e6651ad0ea544978944df6 (patch) | |
tree | b9b589fb41a66b66f065820b125b883a0112522a | |
parent | 506a38e5b08deab222d25680fa7cabff02a096c5 (diff) | |
download | askama-435bb0569c17bd8386e6651ad0ea544978944df6.tar.gz askama-435bb0569c17bd8386e6651ad0ea544978944df6.tar.bz2 askama-435bb0569c17bd8386e6651ad0ea544978944df6.zip |
Single capital in section titles
-rw-r--r-- | book/src/SUMMARY.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index 2994524..6613796 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -1,10 +1,10 @@ # Summary - [Askama](./askama.md) -- [Getting Started](./getting_started.md) -- [Creating Templates](./creating_templates.md) +- [Getting started](./getting_started.md) +- [Creating templates](./creating_templates.md) - [Debugging](./debugging.md) - [Configuration](./configuration.md) -- [Template Syntax](./template_syntax.md) +- [Template syntax](./template_syntax.md) - [Filters](./filters.md) - [Integrations](./integrations.md) |