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

12 lines
361 B
HTML
Raw Normal View History

2017-04-24 09:06:14 +01:00
<div class="col-sm-6">
<section class="box special">
2017-05-08 08:45:12 +01:00
<a href="{{ .Permalink }}">
<h3>{{ title .LinkTitle }}</h3>
</a>
2017-05-09 21:45:16 +01:00
<p>{{ .Params.summary | default .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>