cheatsheet.html 410 B

1234567891011121314
  1. ---
  2. layout: base
  3. title: Font Awesome Cheatsheet
  4. relative_path: ../
  5. ---
  6. {% capture jumbotron_h1 %}<i class="icon-list-ul icon-large"></i>&nbsp; Cheatsheet{% endcapture %}
  7. {% capture jumbotron_p %}The complete Font Awesome {{ site.fontawesome.version }} icon reference{% endcapture %}
  8. {% include jumbotron.html %}
  9. {% include stripe-social.html %}
  10. <div class="container">
  11. {% include cheatsheet.html %}
  12. </div>