From 13f88a8e86aa725c89db7aeac555c24ac71130c8 Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 22 Sep 2025 23:39:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20load=20extra=20features=20i?= =?UTF-8?q?n=20section=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows using copy code block options, KaTex, etc. in the homepage --- templates/section.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/section.html b/templates/section.html index 3f2af39..3739461 100644 --- a/templates/section.html +++ b/templates/section.html @@ -54,4 +54,6 @@ {%- endif -%} +{%- include "partials/extra_features.html" -%} + {% endblock main_content %}