chore: post
This commit is contained in:
parent
1cf22fac47
commit
14e502a866
6 changed files with 71 additions and 0 deletions
|
@ -20,6 +20,7 @@ schema: movie
|
|||
<p class="sub-meta"><a href="https://themoviedb.org/movie/{{ movie.id }}">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." %}
|
||||
<p>{{ movie.review | markdown }}</p>
|
||||
<hr class="large-spacing" />
|
||||
{% endif %}
|
||||
|
|
Reference in a new issue