diff --git a/layouts/index.html b/layouts/index.html
index 37a733f..49f722b 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -83,9 +83,9 @@
JavaScript’s lexical scope, hoisting and closures without mystery Understanding the Javascript language mechanics
-
+
+ {{ partial "footer.html" . }}
+
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e69de29..7162e67 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -0,0 +1,3 @@
+
\ No newline at end of file