fix: cleanup
This commit is contained in:
parent
f03cee9c5a
commit
df36cd266c
25 changed files with 29 additions and 29 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue