diff options
Diffstat (limited to 'project/templates/index.html')
-rw-r--r-- | project/templates/index.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/project/templates/index.html b/project/templates/index.html index 4652567..5c7af6a 100644 --- a/project/templates/index.html +++ b/project/templates/index.html @@ -16,10 +16,17 @@ {% block content %} <ul class="index"> - <li><a href="/stvcount.html">Single Transferable Vote Counter</a></li> - <li><a href="/adapad.html">Adapad</a></li> - <li><a href="/grasp.html">Grasp Interpreter</a></li> - <li><a href="/thue2a.html">Thue Version 2a</a></li> + <li><a href="/stvcount.html">Single Transferable Vote Counter</a><br> + <span class="post">(Posted 19/2/2017)</span></li> + + <li><a href="/adapad.html">Adapad</a><br> + <span class="update">(Updated 8/5/2017)</span></li> + + <li><a href="/grasp.html">Grasp Interpreter</a><br> + <span class="post">(Posted 1/1/2017)</span></li> + + <li><a href="/thue2a.html">Thue Version 2a</a><br> + <span class="post">(Posted 1/1/2017)</span></li> </ul> {% endblock %} |