Create gh-pages branch via GitHub

This commit is contained in:
Marc Di Luzio 2014-12-18 08:30:10 +00:00
commit 67420151ae
51 changed files with 2754 additions and 0 deletions

1
javascripts/headsmart.min.js vendored Normal file
View file

@ -0,0 +1 @@
(function(a){a.fn.headsmart=function(){var c=a(this);d();function d(){var e=[],g="";if(b("h1")){e.push("h1")}if(b("h2")){e.push("h2")}if(b("h3")){e.push("h3")}if(b("h4")){e.push("h4")}if(b("h5")){e.push("h5")}if(b("h6")){e.push("h6")}for(var f=0;f<e.length;f++){c.children(e[f]).addClass("header-level-"+(f+1))}}function b(f){return(c.children(f).length>0)?true:false}}})(jQuery);