diff --git a/_includes/wei.md b/_includes/wei.md new file mode 100644 index 000000000..e63e258ad --- /dev/null +++ b/_includes/wei.md @@ -0,0 +1,84 @@ + + + +
+
+ × +

Your browser contains Google DRM

+ +

This is a bad thing and is yet another attempt by Google to unilaterally + change web standards.

+ +

Web Environment Integrity is a Google euphemism for a DRM that is + designed to prevent ad-blocking. In support of an open web, this website + does not function with this DRM is a little bit irritating. Please + install a browser such as Firefox that respects + your freedom and supports ad blockers.

+
+
+ + diff --git a/_layouts/page.html b/_layouts/page.html index cfbb1690a..593bf401b 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -14,5 +14,6 @@

{{ page.title }}

{% include footer.md %} + {% include wei.md %} diff --git a/_layouts/post.html b/_layouts/post.html index 8f86a5eec..c23c88072 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -28,5 +28,6 @@

{{ page.title }}

{% include footer.md %} + {% include wei.md %} diff --git a/_layouts/recipe.html b/_layouts/recipe.html index 1a812660c..7b7da8e5e 100644 --- a/_layouts/recipe.html +++ b/_layouts/recipe.html @@ -13,5 +13,6 @@

{{ page.title }}

{% include footer.md %} + {% include wei.md %}