OK, I ended up using mod_custom, copying the code from the existing GK News modules and changing the link.
- Code: Select all
<figure class="gkNspPM gkNspPM-CenteredTitleOverlay active">
<a href="/jobs"><img src="images/jobs.jpg" alt="Browse Jobs"></a>
<figcaption>
<div>
<div>
<h3>
<a href="/jobs" title="Browse Jobs">Browse Jobs</a>
</h3>
<p>
<a href="/jobs" title="Browse Jobs">Browse our catalog of available jobs for you. Find one that suits you and apply directly online!</a>
</p>
</div>
</div>
</figcaption>
</figure>
The content is static, so this works for me.