diff --git a/author/project/system/views/themes/default/head.html b/author/project/system/views/themes/default/head.html index 24ce242..f449074 100755 --- a/author/project/system/views/themes/default/head.html +++ b/author/project/system/views/themes/default/head.html @@ -1,15 +1,15 @@ {% block title %} -{% if head.title != empty %}{{head.title}}{% else %}${REPO_NAME} by ${REPO_OWNER}{% endif %} +{% if head.title != empty %}{{ head.title }}{% else %}${REPO_NAME} by ${REPO_OWNER}{% endif %} {% endblock %} {% block meta %} {% for meta in head.metas %} - + {% endfor %} {% endblock %} {% block css %} - + {% endblock %}