Pretty Link
Create beautiful link cards that display URLs with titles, descriptions, and optional images. Perfect for showcasing external resources, references, or related links in an attractive card format.
Basic Usage
{{ pretty_link(url="https://github.com/hahwul/goyo") }}
With Title
{{ pretty_link(url="https://github.com/hahwul/goyo", title="Goyo Theme") }}
With Title and Description
{{ pretty_link(url="https://github.com/hahwul/goyo", title="Goyo Theme", description="A clean and minimalist Zola theme inspired by the Korean word for calm and serene.") }}
With Image
{{ pretty_link(url="https://github.com/hahwul/goyo", title="Goyo Theme", description="A clean and minimalist Zola theme inspired by the Korean word for calm and serene.", image="/images/goyo.png") }}
Parameters
url
(required): The URL to link totitle
(optional): The title of the link. If not provided, the URL will be used as the titledescription
(optional): A description of the linkimage
(optional): An image URL to display alongside the link