diff options
Diffstat (limited to 'theme/templates')
-rw-r--r-- | theme/templates/page.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html index 8b3cee0..81ee48c 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -3,7 +3,6 @@ {% block title %}{{ title }}{% endblock %} {% block style %} -{% parent %} <link rel="stylesheet" href="{{ staticBase }}/print.css"> {% endblock %} |