whats-new.html 501 B

1234567891011121314151617
  1. ---
  2. layout: base
  3. title: What's New
  4. navbar_active: whats-new
  5. relative_path: ../
  6. ---
  7. {% capture jumbotron_h1 %}<i class="icon-lightbulb icon-large"></i>&nbsp; What's New{% endcapture %}
  8. {% capture jumbotron_p %}What's New in the latest version &mdash; Font Awesome {{ site.fontawesome.version }}{% endcapture %}
  9. {% include jumbotron.html %}
  10. {% include stripe-social.html %}
  11. <div class="container">
  12. {% include whats-new.html %}
  13. {% include examples/new.html %}
  14. {% include icons/new.html %}
  15. </div>