chore: widgets are blocks, not all blocks need to connect to the cms; bye bugs

This commit is contained in:
Cory Dransfeldt 2024-07-15 17:31:45 -07:00
parent 16eb58fe0f
commit 00fd39db89
No known key found for this signature in database
35 changed files with 77 additions and 48 deletions

View file

@ -38,7 +38,7 @@ schema: movie
<p class="sub-meta"><a href="https://themoviedb.org/movie/{{ movie.id }}" title="View {{ movie.title | escape }} on TMDB">View on TMDB</a></p>
</div>
{% if movie.review %}
{% render "partials/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %}
{% render "partials/blocks/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %}
{{ movie.review | markdown }}
<hr />
{% endif %}