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