{% if config.copyright %}
{{ config.copyright }}
{% endif %}
{% if not config.extra.generator == false %}
{% if config.extra.catppuccin and config.extra.catppuccin.generator %}
{% set generator = config.extra.catppuccin.generator %}
{% set generator_name = generator.name or "Material for MkDocs" %}
{% set generator_url = generator.url or "https://squidfunk.github.io/mkdocs-material/" %}
{# Zensical injects theme_dirs into the template context; MkDocs Material does not. #}
{% elif config.theme_dirs is defined %}
{% set generator_name = "Zensical" %}
{% set generator_url = "https://zensical.org/" %}
{% else %}
{% set generator_name = "Material for MkDocs" %}
{% set generator_url = "https://squidfunk.github.io/mkdocs-material/" %}
{% endif %}
Made with
{{ generator_name }}
{% endif %}
{% if not (config.extra.catppuccin and config.extra.catppuccin.signature == false) %}
{% endif %}