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

8 lines
251 B
HTML

<div class="col-sm-6">
<section class="box special">
<a href="{{ .Permalink }}">
<h3>{{ title .LinkTitle }}</h3>
</a>
<p>{{ .Params.summary | default .Summary | truncate .Site.Params.summary_length "..." }}</p>
</section>
</div>