{% macro seo( title="", og_title="", author="", description="", site_url="", image="", image_height="", image_width="" ) -%} {% if title %} {{ title }} {% endif %} {% if og_title %} {% endif %} {% if author %} {% endif %} {% if description %} {% endif %} {% if site_url %} {% endif %} {% if config.title %} {% endif %} {% if image %} {% if image_height -%} {%- endif %} {% if image_width -%} {%- endif %} {% endif %} {% if page.date %} {% endif %} {% if image %} {% else %} {% endif %} {% if og_title %} {% endif %} {% if config.extra.seo.twitter.site %} {% if config.extra.seo.twitter_creator %} {% endif %} {% endif %} {% endmacro seo %}