From f387f4c1d9d5a2b7b78d454e16a180f49bc63d1c Mon Sep 17 00:00:00 2001 From: mo8it Date: Sat, 17 May 2025 15:49:26 +0200 Subject: Add setup and usage pages --- website/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/templates/index.html') 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 @@

Rustlings

- {{ section.content | replace(from="", to=macros::toc() ) | safe }} + {{ section.content | safe }}
{% endblock %} -- cgit v1.2.3