aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_includes/frontpage/planet')
-rw-r--r--_includes/frontpage/planet8
1 files changed, 8 insertions, 0 deletions
diff --git a/_includes/frontpage/planet b/_includes/frontpage/planet
new file mode 100644
index 0000000..2edd146
--- /dev/null
+++ b/_includes/frontpage/planet
@@ -0,0 +1,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> \ No newline at end of file