11 lines
395 B
Text
11 lines
395 B
Text
|
|
{% if image_type == "thumbnail" -%}
|
||
|
|
Square thumbnail for a technical recipe titled "{{ title }}".
|
||
|
|
Category: {{ category }}. Topics: {{ tags }}.
|
||
|
|
{% else -%}
|
||
|
|
Wide hero image for a technical recipe titled "{{ title }}".
|
||
|
|
Category: {{ category }}. Topics: {{ tags }}.
|
||
|
|
{% if excerpt %}Description: {{ excerpt }}.{% endif %}
|
||
|
|
{% endif -%}
|
||
|
|
{{ style }}
|
||
|
|
No embedded text. No typography overlays. No logos.
|