summaryrefslogtreecommitdiff
path: root/project/templates/index.html
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-01-01 15:00:53 +1100
committerJed Barber <jjbarber@y7mail.com>2017-01-01 15:00:53 +1100
commit4e7fdd57cbf8f60f674ba48fd04c80ad59a20579 (patch)
tree93d4ba886963ba10a8fbf9f24888696a6b8fd15c /project/templates/index.html
parent3daacbded8cac1cad5bab6a593e5f021e4e01ca7 (diff)
Base template tweaked, old Grasp/Thue articles added from previous website efforts
Diffstat (limited to 'project/templates/index.html')
-rw-r--r--project/templates/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/project/templates/index.html b/project/templates/index.html
index 14b9c97..70aafcb 100644
--- a/project/templates/index.html
+++ b/project/templates/index.html
@@ -1,8 +1,11 @@
{% extends "base.html" %}
-{% block title %}Index{% endblock %}
+{% block title %}Jedidiah Barber's Personal Site{% endblock %}
{% block content %}
- <p>Content for index goes here</p>
+ <ul class="index">
+ <li><a href="/grasp.html">Grasp Interpreter</a></li>
+ <li><a href="/thue2a.html">Thue Version 2a</a></li>
+ </ul>
{% endblock %}