diff options
| -rw-r--r-- | res/templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 3872332f..18d17e48 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -20,6 +20,8 @@ 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> |
