From 9ed4dd50e99562b67a2d874ef304658f1743d17e Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 8 Feb 2026 07:48:00 -0500 Subject: [PATCH] Move title above media in content template Title should always appear before the image/video so the user knows what they're looking at. product.j2 already had this order. --- make_post_sell/templates/content.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_post_sell/templates/content.j2 b/make_post_sell/templates/content.j2 index fb2896b..5e8bd11 100644 --- a/make_post_sell/templates/content.j2 +++ b/make_post_sell/templates/content.j2 @@ -35,6 +35,8 @@ {% if request.shop.watch_mode_enabled %}
{% endif %}
+

{{ product.title }} uploaded to {{ product.shop.name }}

+ {% if "thumbnail1" in product.extensions %} {% set video_extensions = ["mp4", "avi", "mov", "wmv", "flv", "mkv", "webm", "m4v"] %} {% if request.shop.watch_mode_enabled and product.extensions.get("product") in video_extensions %} @@ -66,8 +68,6 @@ {% endif %} {% endif %}
- -

{{ product.title }} uploaded to {{ product.shop.name }}