diff options
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> |