feat(*): refactor dynamic vs. static structure and distinctions; make additional elements dynamic
This commit is contained in:
parent
7a0b808f24
commit
203012eef7
129 changed files with 983 additions and 960 deletions
|
@ -1,18 +0,0 @@
|
|||
<a href="{{ movie.url }}">
|
||||
<div class="watching hero">
|
||||
<div class="meta-text media-highlight">
|
||||
<div class="header">{{ movie.title }}</div>
|
||||
<div class="subheader">
|
||||
{%- if movie.rating -%}
|
||||
<span class="rating">{{ movie.rating }} </span>
|
||||
{%- endif -%}
|
||||
({{ movie.year }})
|
||||
</div>
|
||||
</div>
|
||||
{% render "blocks/hero.liquid",
|
||||
globals:globals,
|
||||
image:movie.backdrop,
|
||||
alt:movie.title
|
||||
%}
|
||||
</div>
|
||||
</a>
|
Loading…
Add table
Add a link
Reference in a new issue