diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 41092f3..e7040fe 100644 --- a/templates/base.html +++ b/templates/base.html @@ -44,6 +44,7 @@ <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/main.css"> <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/monokai.css"> + {% block head %}{% endblock %} </head> <body> {# The site/side menu #} |