+
{{ movie.title }}{%- if movie.year and not movie.rating %} ({{ movie.year }}){%- endif -%}
{%- if movie.rating -%}
diff --git a/src/pages/dynamic/watching/show.html b/src/pages/dynamic/watching/show.html
index ad0ffb55..f9eb03e1 100644
--- a/src/pages/dynamic/watching/show.html
+++ b/src/pages/dynamic/watching/show.html
@@ -11,7 +11,7 @@ schema: show
{{ show.title }} / {{ show.year }}
{%- endcapture -%}
{% tablericon "arrow-left" %} Back to watching
- {{ show.title }}{%- if show.year %} ({{ show.year }}){%- endif -%} {% tablericon "heart" %} This is one of my favorite shows!
-
+