From 2501f7d33f6d92a8afa6414de3575c7b2e2b8d45 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Fri, 24 Apr 2015 10:32:32 +0200 Subject: [PATCH] Corrected layouts --- _layouts/main.html | 1 + _layouts/withjs.html | 37 +++++++++++++++++++------------------ 2 files changed, 20 insertions(+), 18 deletions(-) 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 }} - - - - - - - - - - - - - - - - - - +