aboutsummaryrefslogtreecommitdiff
blob: 2edd146e6489d6fcb911cb9df5e5a5eea2e36c64 (plain)
1
2
3
4
5
6
7
8
<table class="table table-striped frontpage-table">
  {% for post in site.data.planet.posts limit:5 %}
    <tr>
      <td class="frontpage-table-planet-author">{{ post.author | xml_escape }}</td>
      <td><a href="{{ post.uri }}" rel="nofollow" title="{{ post.title | xml_escape }}">{{ post.title | xml_escape }}</a></td>
    </tr>
  {% endfor %}
</table>