diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 18d17e48..6ae505b8 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Rhizi Prototype{% endblock %} +{% block title %}{{ rz_config__rzdoc_cur__name|safe }} -- Rhizi Prototype{% endblock %} {% block head %} {{ super() }} <link href="/static/css/feedback.css" rel="stylesheet" type="text/css"> @@ -20,8 +20,6 @@ var rz_config = { // set as a global variable }; var RZ_VERSION = '{% include "fragment/version.txt" %}'; - -document.title = rz_config.rzdoc_cur__name + ' -- Rhizi Prototype'; </script> <script data-main='/static/app.js' src="/static/lib/require.js"></script> <script src="/static/local_config.js"></script> |
