diff --git a/_layouts/default.html b/_layouts/default.html index 757486e..a221eb7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,10 +3,10 @@ {% include head.html %} - {% include ad.html %} {% include header.html %} + {% include header.html %}
-
{{ content }}
+
{% include ad.html %} {{ content }}
{% include footer.html %} diff --git a/_layouts/index.html b/_layouts/index.html index 2e3a689..cbcb2db 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -3,10 +3,10 @@ {% include head.html %} - {% include ad.html %} {% include header.html %} + {% include header.html %}
-
{{ content }}
+
{% include ad.html %} {{ content }}
diff --git a/_layouts/page.html b/_layouts/page.html index 4642c99..a67a096 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -6,6 +6,5 @@ layout: default

{{ page.title }}

- {% include ad.html %} -
{{ content }}
+
{% include ad.html %} {{ content }}