diff --git a/templates/index.html b/templates/index.html index 5d39636..ad7ec16 100755 --- a/templates/index.html +++ b/templates/index.html @@ -16,7 +16,7 @@ {% block seo -%} - {%- if config.extra.seo -%} + {%- if config.extra.seo or config.extra.seo is undefined -%} {% if config.extra.author -%} @@ -83,10 +83,10 @@ {% endif %} - {%- if config.extra.zola -%}Built with Zola{%- endif -%} + {%- if config.extra.zola or config.extra.zola is undefined -%}Built with Zola{%- endif -%} {%- if config.extra.netlify %} & hosted on Netlify{%- endif -%} - {%- if config.extra.zola -%}.
{%- endif %} - {% if config.extra.maintained_with_love %}Maintained with ♥ for the web.
{% endif %} + {%- if config.extra.zola or config.extra.zola is undefined -%}.
{%- endif %} + {% if config.extra.maintained_with_love or config.extra.maintained_with_love is undefined%}Maintained with ♥ for the web.
{% endif %} {% if config.extra.footer_tagline %}{{ config.extra.footer_tagline }}{% endif %}