blob: 47989377b75ecf913791799a8af0b9bd1791b4c5 [file] [log] [blame]
<link rel="stylesheet" href="/css/news-list.css">
<div class="item-list">
<h3>
Featured Content
</h3>
{% for feature in site.data.featured limit: 5 %}
<p>
<a href="{{ feature.link }}">
<span class="title">{{ feature.title }}</span><br>
<span class="text-muted">{{ feature.name }} - </span>
<span class="text-muted">{{ feature.company }}</span><br>
<span class="text-muted">{{ feature.date | date: "%b %e %Y" }}</span>
</a>
</p>
{% endfor %}
</div>