diff --git a/_includes/ad.html b/_includes/ad.html new file mode 100644 index 0000000..813db3d --- /dev/null +++ b/_includes/ad.html @@ -0,0 +1,14 @@ + + Dear reader, you may be missing a content blocker! 🙀 + + Please consider installing one to protect yourself, and your close ones, + from manipulation and targeted malvertising. + Personally I love Privacy Badger and + uBlock Origin + with + (EFF DNT Policy Allowlist) + although Android users may be better served by Rethink while + for iOS there is AdGuard. +

Learn more! + + diff --git a/_includes/head.html b/_includes/head.html index 2c57584..d6b9a45 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -36,18 +36,3 @@ - - - Dear reader, you may be missing a content blocker! 🙀 - - Please consider installing one to protect yourself, and your close ones, - from manipulation and targeted malvertising. - Personally I love Privacy Badger and - uBlock Origin - with - (EFF DNT Policy Allowlist) - although Android users may be better served by Rethink while - for iOS there is AdGuard. -

Learn more! - - diff --git a/_layouts/default.html b/_layouts/default.html index 5f5ee34..757486e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,7 @@ {% include head.html %} - {% include header.html %} + {% include ad.html %} {% include header.html %}

{{ content }}
diff --git a/_layouts/index.html b/_layouts/index.html index 36e4e59..2e3a689 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -3,7 +3,7 @@ {% include head.html %} - {% include header.html %} + {% include ad.html %} {% include header.html %}
{{ content }}
diff --git a/_layouts/mini.html b/_layouts/mini.html index fbcace7..09960b5 100644 --- a/_layouts/mini.html +++ b/_layouts/mini.html @@ -2,6 +2,6 @@ {% include head.html %} - {{ content }} + {% include ad.html %} {{ content }} diff --git a/_layouts/page.html b/_layouts/page.html index ffa51a0..4642c99 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -6,6 +6,6 @@ layout: default

{{ page.title }}

- + {% include ad.html %}
{{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html index c6a63da..0a46c81 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -21,9 +21,8 @@ tags_content_temp %} {% endif %} {% endfor %} {% else %} {% assign tags_content }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}

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

{{ tags_content }}