diff options
author | Alex Legler <alex@a3li.li> | 2015-04-02 11:09:31 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-04-02 11:09:31 +0200 |
commit | b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef (patch) | |
tree | ae0ac2aedd349e4e5757200b5017e12f9a2b5b36 /_includes/frontpage/wiki | |
download | www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.gz www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.bz2 www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.zip |
Initial version
Diffstat (limited to '_includes/frontpage/wiki')
-rw-r--r-- | _includes/frontpage/wiki | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_includes/frontpage/wiki b/_includes/frontpage/wiki new file mode 100644 index 0000000..5f8d818 --- /dev/null +++ b/_includes/frontpage/wiki @@ -0,0 +1,8 @@ +<table class="table table-striped frontpage-table"> + {% for post in site.data.wiki.updates limit:5 %} + <tr> + <td class="frontpage-table-wiki-title"><a href="{{ post.uri }}" rel="nofollow">{{ post.title }}</a></td> + <td>started by {{ post.author }}</td> + </tr> + {% endfor %} +</table>
\ No newline at end of file |