summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/template.d/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/template.d/index.html b/res/template.d/index.html
index 3a1d921e..9a10297d 100644
--- a/res/template.d/index.html
+++ b/res/template.d/index.html
@@ -17,7 +17,7 @@ var rz_config = { // set as a global variable
'separator_string': ' ',
};
-var RZ_VERSION = '{% include "fragment/version.txt" %}';
+var RZ_VERSION = '{% include "version.txt" %}';
</script>
<script data-main='/static/js/app.js' src="/static/lib/require.js"></script>
<script src="/static/js/local_config.js"></script>