From 823a0b3e361635f808fb092a4bae916002cf9907 Mon Sep 17 00:00:00 2001 From: d3vyce <44915747+d3vyce@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:05:30 +0100 Subject: [PATCH] docs: add analytics (#78) --- docs/overrides/main.html | 7 +++++++ zensical.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/overrides/main.html diff --git a/docs/overrides/main.html b/docs/overrides/main.html new file mode 100644 index 0000000..4ee97dd --- /dev/null +++ b/docs/overrides/main.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} {% block extrahead %} + +{{ super() }} {% endblock %} diff --git a/zensical.toml b/zensical.toml index c049219..9e932e3 100644 --- a/zensical.toml +++ b/zensical.toml @@ -85,7 +85,7 @@ repo_url = "https://github.com/d3vyce/fastapi-toolsets" # Read more: # - https://zensical.org/docs/customization/#extending-the-theme # -#custom_dir = "overrides" +custom_dir = "docs/overrides" # With the "favicon" option you can set your own image to use as the icon # browsers will use in the browser title bar or tab bar. The path provided