--- layout: default pagination: data: tv.shows size: 1 alias: show permalink: "{{ show.url }}/index.html" schema: show --- {%- capture alt -%} {{ show.title }} / {{ show.year }} {%- endcapture -%} {% tablericon "arrow-left" %} Back to watching
{{ alt | replaceQuotes }}

{{ show.title }}{%- if show.year %} ({{ show.year }}){%- endif -%}

{%- if show.favorite -%}

{% tablericon "heart" %} This is one of my favorite shows!

{%- endif -%} {%- if show.tattoo -%}

{% tablericon "needle" %} I have a tattoo inspired by this show!

{%- endif -%} {%- if show.collected -%}

{% tablericon "circle-check" %} This show is in my collection!

{%- endif -%} {%- if show.episode.formatted_episode -%} {%- capture lastWatchedText -%} I last watched {{ show.episode.formatted_episode }} on {{ show.episode.last_watched_at | date: "%B %e, %Y" }}. {%- endcapture -%}

{{ lastWatchedText }}

{%- endif -%}
{% if show.review %} {% render "partials/blocks/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %}

My thoughts

{{ show.review | markdown }}
{% endif %} {% render "partials/blocks/associated-media.liquid", posts:show.posts %} {% render "partials/blocks/associated-media.liquid", artists:show.artists %} {% render "partials/blocks/associated-media.liquid", shows:show.related_shows %} {% render "partials/blocks/associated-media.liquid", movies:show.movies %} {% render "partials/blocks/associated-media.liquid", books:show.books %} {% if show.description %}

Overview

{{ show.description | markdown }} {% endif %}