diff options
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/head.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 71551ac7..1f967f0e 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -47,7 +47,7 @@ <link rel="stylesheet" href="{{AppSubURL}}/assets/octicons-4.3.0/octicons.min.css"> <!-- notebook.js for rendering ipython notebooks and marked.js for rendering markdown in notebooks --> - {{if .IsIPythonNotebook }} + {{if .IsIPythonNotebook}} <script src="{{AppSubURL}}/plugins/notebookjs-0.2.6/notebook.min.js"></script> <script src="{{AppSubURL}}/plugins/marked-0.3.6/marked.min.js"></script> {{end}} |