diff options
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 %} |
