Why is my custom liquid section turning descriptions into links?

Hello I have created a button to replace the “buy buttons” using the themes custom liquid section. The button works fine, but for some reason the description is being turned into a link as well. Can anyone help me fix this so the description is unaffected? Here is the custom liquid section code, as well as a preview and screenshots:
PREVIEW: https://eey2td31f5e3xe28-27900805223.shopifypreview.com
SCREENSHOTS:

CUSTOM LIQUID CODE:

[

](Twisted Nut | Berlin's Nut Butter Makers – Twisted Nut | Berlin's Nut Butter Makers)

Hi @biznazz101

Its because you did not closed tag in button, and its not right way to use anchor tag withing button tag

try to use anchor direct not button,

Bets regard

Hi @biznazz101 , you did close tag so it caused that issue, please add before in your code to solve the issue