chore: now page meta update

This commit is contained in:
Cory Dransfeldt 2023-07-06 20:38:34 -07:00
parent d10e92ffe4
commit f14dccb8fc
No known key found for this signature in database

View file

@ -187,7 +187,7 @@ layout: main
</div>
</div>
{%- capture tvImg %}{{episode.show.title | tv}}{% endcapture -%}
{%- capture tvName %}{{ episode.episode.title | escape}} - {{ episode.show.title | escape }}{% endcapture -%}
{%- capture tvName %}{{ episode.episode.title | escape}} {{ episode.show.title | escape }}{% endcapture -%}
{% image tvImg, tvName, 'rounded-lg w-full', '180px' %}
</div>
</a>