diff --git a/_layouts/main.html b/_layouts/main.html index 8b1dfbc..eca9886 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -22,6 +22,7 @@
{{ content }}
+ {{ page.js }} {{ page.extrajs }} diff --git a/_layouts/withjs.html b/_layouts/withjs.html index 3b3a8bc..cc337b6 100644 --- a/_layouts/withjs.html +++ b/_layouts/withjs.html @@ -1,23 +1,24 @@ --- layout: main +js: + + + + + + + + + + + + + + + + + --- {{ content }} - - - - - - - - - - - - - - - - - - +