From 3e4ca2ab20f205c81a734c5f8b9177992ee2737a Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 24 Feb 2017 17:18:28 +1100 Subject: Added email contact, revised formatting and css --- project/templates/index.html | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'project/templates/index.html') diff --git a/project/templates/index.html b/project/templates/index.html index de16dbf..4652567 100644 --- a/project/templates/index.html +++ b/project/templates/index.html @@ -1,13 +1,27 @@ {% extends "base.html" %} + + {% block title %}Jedidiah Barber's Personal Site{% endblock %} + + +{% block style %} + +{% endblock %} + + + {% block content %} - + + + {% endblock %} + + -- cgit