{%- if include.post.title and include.post.title != "" -%}

{{- include.post.title -}}

{%- assign post_title = include.post.title -%} {%- elsif include.post.source -%} {%- assign link_metadata = include.post.source | metadata -%}

{%- if link_metadata.title -%} {{- link_metadata['og:title'] | default: link_metadata.title | prepend: "↪ " -}} {%- else -%} {{- include.post.source | remove: "https://" | remove: "http://" | prepend: "↪ " -}} {%- endif -%}

{%- endif -%} {%- if include.post.categories -%} {% for category in include.post.categories %} {%- assign category_slug = category | slugify: site.slug_mode -%} {%- assign category_url = site.jekyll-archives.permalinks.category | replace: ":name", category_slug -%} {% endfor %} {%- endif -%}
{%- if include.is_archive -%} {%- if include.post.title == "" and include.post.source == nil -%}
{{ include.post.excerpt }}
{%- endif -%} {%- else -%}
{{ include.post.content }}
{%- endif -%} {%- if include.post.author or site.author -%} {%- endif -%}