diff --git a/src/_includes/brand-license.html b/src/_includes/brand-license.html index 79696801e..731aa354a 100644 --- a/src/_includes/brand-license.html +++ b/src/_includes/brand-license.html @@ -2,4 +2,5 @@
  • All brand icons are trademarks of their respective owners.
  • The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
  • Brand icons should only be used to represent the company or product to which they refer.
  • +
  • Please do not use brand logos for any purpose except to represent that particular brand or service.
  • diff --git a/src/_includes/icons/brand.html b/src/_includes/icons/brand.html index 451f147d3..3243bc83e 100644 --- a/src/_includes/icons/brand.html +++ b/src/_includes/icons/brand.html @@ -1,10 +1,6 @@
    -
    - {% include brand-adblock-warning.html %} -
    -
    {% assign icons_brand = icons | expand_aliases | category:"Brand Icons" | sort_by:'class' %} @@ -13,6 +9,10 @@ {% endfor %}
    +
    + {% include brand-adblock-warning.html %} +
    +
    {% include brand-license.html %}