|
@@ -2,24 +2,19 @@
|
|
|
{% if page.navbar_active == "icons" %}
|
|
|
<div class="row">
|
|
|
<div class="span8">
|
|
|
+ {% endif %}
|
|
|
<h2 class="page-header">New Icons in {{ site.font-awesome.version }}</h2>
|
|
|
<p>
|
|
|
You asked, Font Awesome delivers with 40 shiny new icons in version {{ site.font-awesome.version }}. New icons can be requested on the
|
|
|
- <a href="https://github.com/FortAwesome/Font-Awesome" target="_blank">Font Awesome GitHub project</a>.
|
|
|
+ <a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome GitHub project</a>.
|
|
|
</p>
|
|
|
+ {% if page.navbar_active == "icons" %}
|
|
|
</div>
|
|
|
<div class="span4">
|
|
|
<br>
|
|
|
{% include ads/carbon-light-horizontal.html %}
|
|
|
</div>
|
|
|
</div>
|
|
|
- {% else %}
|
|
|
- <h2 class="page-header">New Icons in {{ site.font-awesome.version }}</h2>
|
|
|
- <p>
|
|
|
- You asked, Font Awesome delivers with 40 shiny new icons in version {{ site.font-awesome.version }}. New icons can be requested on the
|
|
|
- <a href="https://github.com/FortAwesome/Font-Awesome" target="_blank">Font Awesome GitHub project</a>. Or even
|
|
|
- better, you can <a href="#contribute">contribute your own icons</a>.
|
|
|
- </p>
|
|
|
{% endif %}
|
|
|
|
|
|
<div class="row">
|