1
Fork 0
theorangeone.net-legacy/layouts/partials/box.html
2017-05-06 21:36:04 +01:00

9 lines
292 B
HTML

<div class="col-sm-6">
<section class="box special">
<h3>{{ title .LinkTitle }}</h3>
<p>{{ .Summary | truncate .Site.Params.summary_length "..." }}</p>
<ul class="actions">
<li><a href="{{ .Permalink }}" class="button alt">Read More</a></li>
</ul>
</section>
</div>