diff --git a/_includes/screen-effects.html b/_includes/screen-effects.html new file mode 100755 index 0000000..d4368b8 --- /dev/null +++ b/_includes/screen-effects.html @@ -0,0 +1,4 @@ +
+
+
+
diff --git a/_layouts/page-about.html b/_layouts/page-about.html index bfcb807..bddee7f 100644 --- a/_layouts/page-about.html +++ b/_layouts/page-about.html @@ -3,8 +3,9 @@ {% include head.html %}
-
-
+ + {% include screen-effects.html %} +
{% include header.html %} diff --git a/_layouts/page-screen.html b/_layouts/page-screen.html index dd3f406..98212fd 100644 --- a/_layouts/page-screen.html +++ b/_layouts/page-screen.html @@ -3,8 +3,9 @@ {% include head.html %}
-
-
+ + {% include screen-effects.html %} +
{% include header.html %} diff --git a/_layouts/page-welcome.html b/_layouts/page-welcome.html index f8ff687..a84aa63 100644 --- a/_layouts/page-welcome.html +++ b/_layouts/page-welcome.html @@ -3,8 +3,9 @@ {% include head.html %}
-
-
+ + {% include screen-effects.html %} +
{{content}} diff --git a/_layouts/post.html b/_layouts/post.html index 5ce4dab..65dc113 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,8 +3,9 @@ {% include head.html %}
-
-
+ + {% include screen-effects.html %} +