Revert "fix: cleanup"

This reverts commit 930cc60175.
This commit is contained in:
Cory Dransfeldt 2024-06-09 20:46:18 -07:00
parent 930cc60175
commit f03cee9c5a
No known key found for this signature in database
32 changed files with 47 additions and 47 deletions

View file

@ -8,7 +8,7 @@ permalink: /watching/shows/{{ show.tmdb_id }}/index.html
schema: show
---
{%- capture alt -%}
{{ show.title }} · {{ show.year }}
{{ show.title }} {{ show.year }}
{%- endcapture -%}
{% assign lastWatched = show | getLastWatched %}
<a class="back-link-header link-icon flex-centered" href="/watching" title="Go back to the watching index page">{% tablericon "arrow-left" "Go back" %} Go back</a>