diff --git a/web/index.jade b/web/index.jade index 99287b7..fce0128 100644 --- a/web/index.jade +++ b/web/index.jade @@ -16,7 +16,7 @@ html(lang="en") script(src="try/kaffeine-browser.js") script(src="js/highlighter.js") script(src="js/app.js") - script + script. $(document).ready(function() { $("h1").lettering(); }); @@ -61,6 +61,6 @@ html(lang="en") .section !=partial("./sections/roadmap") !=partial("./sections/footer") - script + script. $("h1").fitText(0.38) $(".download").fitText(3) \ No newline at end of file