1
Fork 0
theorangeone.net-legacy/layouts/partials/box_image.html

13 lines
366 B
HTML

<div class="col-sm-6">
<section class="box special image">
{{ if .Params.image }}
<a href="{{ .Permalink }}">
<span class="image featured" data-image="{{ .Params.image }}"></span>
</a>
{{ end }}
<a href="{{ .Permalink }}">
<h3>{{ title .LinkTitle }}</h3>
</a>
{{ partial "summary_string.html" . }}
</section>
</div>