--- layout: default pagination: data: tv.shows size: 1 alias: show permalink: "{{ show.url }}/index.html" schema: show --- {%- capture alt -%} {{ show.title }} / {{ show.year }} {%- endcapture -%} {% assign lastWatched = show | getLastWatched %} {% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching
{{ alt }}

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

{%- if show.favorite -%}

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

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

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

{%- endif -%} {%- if lastWatched -%} {%- capture lastWatchedText -%} {%- if show.episodes -%} I last watched {{ show.episodes | lastWatchedEpisode }} on {{ lastWatched | date: "%B %e, %Y" }}. {%- else -%} Last watched on {{ lastWatched | date: "%B %e, %Y" }}. {%- endif -%} {%- endcapture -%}

{{ lastWatchedText }}

{%- endif -%}

View on TMDB

{% 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.relatedShows %} {% 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 %}