diff --git a/_layouts/mini.html b/_layouts/mini.html index 09960b5..fbcace7 100644 --- a/_layouts/mini.html +++ b/_layouts/mini.html @@ -2,6 +2,6 @@ {% include head.html %} - {% include ad.html %} {{ content }} + {{ content }} diff --git a/_layouts/page.html b/_layouts/page.html index a67a096..77d9e6c 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -6,5 +6,5 @@ layout: default

{{ page.title }}

-
{% include ad.html %} {{ content }}
+
{{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html index 0a46c81..3864c10 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -22,7 +22,7 @@ tags_content_temp %} {% endif %} {% endfor %} {% else %} {% assign tags_content

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

{{ tags_content }}