How can I display a product's subtitle in an oval, linkable button?

This code, as far I understand it, will display a linkable default image of a product.

{% if prod.available == true %} {{ prod.title }} {% endif %}

How can I, instead, display an oval button that will link to the product, but within said oval show the subtitle of the product, as defined by the subtitle metafield?