diff options
author | Unknwon <u@gogs.io> | 2017-04-07 22:33:19 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-07 22:33:19 -0400 |
commit | 6ebdf91b327313a0d258ee473b5da5314377e348 (patch) | |
tree | 7fcca8f9db8fed71f4f6b2115e7d69d48453e29a /templates/base | |
parent | 91cd350b631f721d1d6dd38bbafd3cac612e53c6 (diff) |
templates/repo: fix README.ipynb not rendered (#4367)
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}} |