{% extends "base.html" %} {% block seo -%} {{ super() }} {%- set home = config.extra.expressions.home | default(value="Home") -%} {% set og_title = home -%} {% if config.title -%} {% set title = home ~ " | " ~ config.title -%} {% else -%} {% set title = home -%} {% endif -%} {{ macros::seo(title=title, og_title=og_title, author=author, description=description, site_url=site_url, image=image, image_height=image_height, image_width=image_width) }} {%- endblock seo %} {% block content %} {% if paginator.pages %}