From 25d815f657d8f4e9c4bd4f7796fc5160e21bd474 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 20 May 2024 18:50:53 +0300 Subject: [PATCH] _layouts: remove broken ad includes for now --- _layouts/mini.html | 2 +- _layouts/page.html | 2 +- _layouts/post.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }}