Thank you! But there is a caveat…
I’ve split my description into two sections by using a delimiter. So I have partial_desc[0] and partial_desc[1]. I only want to use partial_desc[0] in this location. And so I placed the code for that where you said to put your code, and it works perfectly. HOWEVER, it also places partial_desc[0] under my products on the collections pages. I only want descriptions on the homepage and on the product pages (already done) but not in the collections.
How can I achieve that?