chore: last episode by date

This commit is contained in:
Cory Dransfeldt 2024-08-08 18:04:06 -07:00
parent a856969fff
commit bf35b44f7a
No known key found for this signature in database
4 changed files with 9 additions and 5 deletions

View file

@ -37,7 +37,7 @@ schema: show
{%- if lastWatched -%}
{%- capture lastWatchedText -%}
{%- if show.episodes -%}
I last watched <strong class="highlight-text">{{ show.episodes | lastEpisode }}</strong> on {{ lastWatched | date: "%B %e, %Y" }}.
I last watched <strong class="highlight-text">{{ show.episodes | lastWatchedEpisode }}</strong> on {{ lastWatched | date: "%B %e, %Y" }}.
{%- else -%}
Last watched on {{ lastWatched | date: "%B %e, %Y" }}.
{%- endif -%}