From 96145edf0150500d74f625b4618856c7389a3d9c Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 10 Apr 2014 16:20:14 +0200 Subject: [PATCH] Fixes #2747 --- src/_includes/brand-adblock-warning.html | 1 + src/_includes/icons/brand.html | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 src/_includes/brand-adblock-warning.html diff --git a/src/_includes/brand-adblock-warning.html b/src/_includes/brand-adblock-warning.html new file mode 100644 index 000000000..c88f5afa0 --- /dev/null +++ b/src/_includes/brand-adblock-warning.html @@ -0,0 +1 @@ +Warning! Adblock Plus's "Remove Social Media Buttons" feature hides some social icons. We will not use hacks to force them to display. diff --git a/src/_includes/icons/brand.html b/src/_includes/icons/brand.html index 98bc0189f..8a11192fc 100644 --- a/src/_includes/icons/brand.html +++ b/src/_includes/icons/brand.html @@ -5,6 +5,10 @@ {% include brand-license.html %} +
+ {% include brand-adblock-warning.html %} +
+
{% assign icons_brand = icons | expand_aliases | category:"Brand Icons" | sort_by:'class' %}