diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-02-24 17:18:28 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-02-24 17:18:28 +1100 |
commit | 3e4ca2ab20f205c81a734c5f8b9177992ee2737a (patch) | |
tree | d1d6ed9d8be42cd658c91846164910faf0353df0 /project/templates/base.html | |
parent | 22d542b0d526fa345027c510c219f25f4e850f53 (diff) |
Added email contact, revised formatting and css
Diffstat (limited to 'project/templates/base.html')
-rw-r--r-- | project/templates/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/templates/base.html b/project/templates/base.html index cd9dc01..090dc5c 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -4,6 +4,8 @@ <meta charset="utf-8"> <title>{% block title %}{% endblock %}</title> <link href="/css/default.css" rel="stylesheet"> + {% block style %} + {% endblock %} </head> <body> <h2>Jedidiah Barber's Personal Site</h2> |