summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/includes/frontpage/wiki')
-rw-r--r--python/templates/includes/frontpage/wiki8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/templates/includes/frontpage/wiki b/python/templates/includes/frontpage/wiki
new file mode 100644
index 0000000..e9efc28
--- /dev/null
+++ b/python/templates/includes/frontpage/wiki
@@ -0,0 +1,8 @@
+<table class="table table-striped frontpage-table">
+ {% for post in wikiposts %}
+ <tr>
+ <td class="frontpage-table-wiki-title"><a href="{{ post.url }}" rel="nofollow">{{ post.title }}</a></td>
+ <td>started by {{ post.author }}</td>
+ </tr>
+ {% endfor %}
+</table> \ No newline at end of file