blob: 088502573d7be3594a569f71ba5c7bee63bf85c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
layout: base
title: What's New
navbar_active: whats-new
relative_path: ../
---
{% capture jumbotron_h1 %}<i class="fa fa-lightbulb-o"></i> What's New{% endcapture %}
{% capture jumbotron_p %}What's New in the latest version — Font Awesome {{ site.fontawesome.minor_version }}{% endcapture %}
{% include jumbotron.html %}
{% include stripe-social.html %}
<div class="container">
{% include new-features.html %}
{% include new-naming.html %}
{% include new-upgrading.html %}
{% include icons/new.html %}
</div>
|