fix: a few more pre-launch fixes

This commit is contained in:
Devin Haska 2024-03-03 00:52:59 -08:00
parent d84b3be13f
commit bc728a3b8c
24 changed files with 34 additions and 4 deletions

View file

@ -14,10 +14,17 @@ imageCaption: ""
<h1>{{ title }}</h1>
{% if subtitle %}<h2>{{ subtitle }}</h2>{% endif %}
{% if rating %}<div class="[ text-skew ]">{{ stars(rating) }}</div>{% endif %}
{% if tertiary %}
<div class="[ text-skew flow-space-1 line-height-m ]">
{{ tertiary | safe }}
</div>
{% if tertiary or year %}
<div class="[ cluster text-skew flow-space-1 ]">
{% if tertiary %}
<div class="[ line-height-m ]">
{{ tertiary | safe }}
</div>
{% endif %}
{% if year %}
<p class="[ font-size-s ]"><span class="[ text-fadeText ]">ca.</span> {{ year }}</p>
{% endif %}
</div>
{% endif %}
{% if filteredTags | length > 0 %}
<ul class="[ categories ] [ cluster p-0 flow-space-2 ]" role="list">