We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31ab5c commit 31fbff7Copy full SHA for 31fbff7
garden.jade
@@ -88,11 +88,9 @@ html(lang=language)
88
89
- if (language === baseLanguage)
90
script(src='javascript/prettify.js')
91
- script(src='javascript/plugin.js')
92
script(src='javascript/garden.js')
93
94
- else
95
script(src='../javascript/prettify.js')
96
- script(src='../javascript/plugin.js')
97
script(src='../javascript/garden.js')
98
site/javascript/plugin.js
0 commit comments