{% set show_generator_notice = config.extra.generator != false %}
{% set show_styling_notice = not (config.extra.flexoki and config.extra.flexoki.signature == false) %}
{% if config.copyright %}
{{ config.copyright }}
{% endif %}
{% if show_generator_notice or show_styling_notice %}
{% if show_generator_notice -%}
Made with Zensical
{%- endif %}
{% if show_generator_notice and show_styling_notice -%}
|
{%- endif %}
{% if show_styling_notice -%}
Styled with Flexoki for Zensical
{%- endif %}