summaryrefslogtreecommitdiff
path: root/website/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/index.html')
-rw-r--r--website/templates/index.html2
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 %}