aboutsummaryrefslogtreecommitdiff
blob: 444d15ca1c8ee450884806f73fa7279892bb75da (plain)
1
2
3
4
5
6
7
8
<table class="table table-striped frontpage-table">
  {% for post in site.data.packages.updates limit:5 %}
    <tr>
      <td class="frontpage-table-package-atom"><a href="{{ post.uri }}">{{ post.atom_cpv }}</a></td>
      <td>{{ post.description }}</td>
    </tr>
  {% endfor %}
</table>