diff options
| author | mo8it <mo8it@proton.me> | 2025-05-17 15:49:26 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-17 15:49:26 +0200 |
| commit | f387f4c1d9d5a2b7b78d454e16a180f49bc63d1c (patch) | |
| tree | a3b05961b954503e959d92b56a3acb0d315f56f9 /website/templates/index.html | |
| parent | b30973afa1d76bdbeb1104cc662db4f27407c805 (diff) | |
Add setup and usage pages
Diffstat (limited to 'website/templates/index.html')
| -rw-r--r-- | website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index 5877765..c61defd 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -6,6 +6,6 @@ <div class="m-3"> <h1>Rustlings</h1> - {{ section.content | replace(from="<!-- toc -->", to=macros::toc() ) | safe }} + {{ section.content | safe }} </div> {% endblock %} |
