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

10 lines
292 B
HTML
Raw Normal View History

2017-04-24 09:06:14 +01:00
<div class="col-sm-6">
<section class="box special">
2017-04-24 09:11:36 +01:00
<h3>{{ title .LinkTitle }}</h3>
2017-05-06 21:36:04 +01:00
<p>{{ .Summary | truncate .Site.Params.summary_length "..." }}</p>
2017-04-24 09:06:14 +01:00
<ul class="actions">
<li><a href="{{ .Permalink }}" class="button alt">Read More</a></li>
</ul>
</section>
</div>