Hello,
I am looking for a way to have the images be clickable on the homepage of my company’s site (pavo.aplura.com), but have not been able to find out how to do so / if this is possible using Jekyll and the current theme I am using.
Theme - Minimal Mistakes
Layout - Splash
I am currently using the “feature row” option which is placed in the front matter for this page, to have the images and text show up as they do. (https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) Just like this -
feature_row:
- image_path: /assets/images/unsplash-gallery-image-1-th.jpg
alt: "placeholder image 1"
title: "Placeholder 1"
excerpt: "This is some sample content that goes here with **Markdown** formatting."
Is there a way to have these images become clickable using the feature row?
Thank you,
Sulove