diff --git a/src/_includes/cheatsheet.html b/src/_includes/cheatsheet.html index 81e508c45..ea6698ed3 100644 --- a/src/_includes/cheatsheet.html +++ b/src/_includes/cheatsheet.html @@ -10,9 +10,9 @@
{% for icon in icons %} -
- &#x{{ icon.unicode }} - icon-{{ icon.id }} +
+ &#x{{ icon.unicode }} + fa-icon-{{ icon.id }} (&#x{{ icon.unicode }};)
{% endfor %} diff --git a/src/cheatsheet.html b/src/cheatsheet.html index 7a843b971..c42ac8f54 100644 --- a/src/cheatsheet.html +++ b/src/cheatsheet.html @@ -3,7 +3,7 @@ layout: base title: Font Awesome Cheatsheet relative_path: ../ --- -{% capture jumbotron_h1 %}  Cheatsheet{% endcapture %} +{% capture jumbotron_h1 %}  Cheatsheet{% endcapture %} {% capture jumbotron_p %}The complete Font Awesome {{ site.fontawesome.version }} icon reference{% endcapture %} {% include jumbotron.html %}