From a9a6589f7fccc0320be56d37638f383988906418 Mon Sep 17 00:00:00 2001 From: zloylinux Date: Fri, 6 Jun 2025 18:08:44 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20extend=20tabi=20=20an?= =?UTF-8?q?d=20=20elements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/tabi/templates/base.html | 3 +++ themes/tabi/templates/partials/header.html | 2 ++ 2 files changed, 5 insertions(+) diff --git a/themes/tabi/templates/base.html b/themes/tabi/templates/base.html index 582a72f..6b4d8eb 100644 --- a/themes/tabi/templates/base.html +++ b/themes/tabi/templates/base.html @@ -44,6 +44,9 @@ This variable will hold all the text strings for the language #} {% include "partials/footer.html" %} + {# Users can optionally provide this template to add content to the body element. #}Add commentMore actions + {% include "tabi/extend_body.html" ignore missing %} +