chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-10-03 08:22:35 -07:00
parent 192fcbfcf9
commit cc917e45c5
No known key found for this signature in database
19 changed files with 42 additions and 54 deletions

View file

@ -7,7 +7,7 @@
<li value="{{ item.rank }}">
<div class="item">
<div class="info">
<a class="title window" href="{{ item.url }}">{{ item.title }}</a>
<a class="title" href="{{ item.url }}">{{ item.title }}</a>
{%- capture playsLabel -%}
{%- if item.plays > 1 -%}
plays

View file

@ -1,4 +1,3 @@
{%- capture alt -%}{{ movie.title | escape }} ({{ movie.year }}){%- endcapture -%}
<a href="{{ movie.url }}">
<div class="watching hero">
<div class="meta-text">
@ -22,7 +21,6 @@
(max-width: 1000px) 1024px,
2048px"
src="https://cdn.coryd.dev{{ movie.backdrop }}?class=bannerlg"
alt="{{ alt }}"
loading="eager"
decoding="async"
width="1080"