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