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' %}