diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-05-08 23:43:47 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-05-08 23:43:47 +1000 |
commit | 6882b69ac893660dc3547ace19e9b0911cdf06cf (patch) | |
tree | 24b310816fdce0058b484c20a68da8c917de2325 /project/templates/index.html | |
parent | 3e4ca2ab20f205c81a734c5f8b9177992ee2737a (diff) |
Added dates for articles, updated Adapad article with FLTKAda split
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 %} |