Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit f7b0641

Browse files
committed
updated layout.html to have the new runestonebase.js file
1 parent 3a6ebad commit f7b0641

File tree

1 file changed

+1
-1
lines changed
  • runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap

1 file changed

+1
-1
lines changed

runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "basic/layout.html" %}
22

3-
{% set script_files = script_files + [
3+
{% set script_files = ['_static/runestonebase.js'] + script_files + [
44
'_static'+'/jquery-ui-1.10.3.custom.min.js',
55
'_static'+'/jquery-fix.js',
66
'_static'+'/bootstrap-3.0.0/js/bootstrap.min.js',

0 commit comments

Comments
 (0)