{%- macro time() -%} {%- if config.extra.footer.start_year -%} {%- set start_year = config.extra.footer.start_year -%} {%- else -%} {%- set start_year = now() | date(format="%Y") -%} {%- endif -%} {%- if config.extra.footer.end_year -%} {%- set end_year = config.extra.footer.end_year -%} {%- else -%} {%- set end_year = now() | date(format="%Y") -%} {%- endif -%} {%- if start_year == end_year -%} {%- set year = start_year -%} {%- else -%} {%- set year = start_year ~ "-" ~ end_year -%} {%- endif -%} {%- endmacro -%} {% macro page(page) -%}
{{ config.extra.expressions.pinned | default(value="Pinned")}} ·

{{ page.title }}

{%- if page.summary -%} {{ page.summary | safe }} {% else -%} {{ page.content | striptags | truncate(length=280) | safe }} {%- endif -%}

{%- endmacro %} {% macro seo( title="", og_title="", author="", description="", site_url="", image="", image_height="", image_width="", web_type="WebSite" ) -%} {% 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 page.earlier %} {% elif paginator.previous %} {% endif %} {% if ppage.later %} {% elif paginator.next %} {% endif %} {% if image %} {% else %} {% endif %} {% if og_title %} {% endif %} {% if config.extra.seo.twitter.site %} {% if config.extra.seo.twitter_creator %} {% endif %} {% endif %} {% if config.extra.seo.facebook %} {% if config.extra.seo.facebook.admins %} {% endif %} {% if config.extra.seo.facebook.publisher %} {% endif %} {% if config.extra.seo.facebook.app_id %} {% endif %} {% endif %} {% if config.extra.seo.webmaster %} {% if config.extra.seo.webmaster.google %} {% endif %} {% if config.extra.seo.webmaster.bing %} {% endif %} {% if config.extra.seo.webmaster.alexa %} {% endif %} {% if config.extra.seo.webmaster.yandex %} {% endif %} {% if config.extra.seo.webmaster.baidu %} {% endif %} {% endif %} {%- endmacro %}