Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavegandy <dave@davegandy.com>2013-06-15 00:39:10 +0400
committerdavegandy <dave@davegandy.com>2013-06-15 00:39:10 +0400
commit9c8f62ac70c5863d6f0b2dfb59ab3034225fc8c3 (patch)
tree81f79f5a47556b31591734bd30707208959f9ff6 /src/_includes
parenta9065a166ef908b080139cec41966f8b82cf0fdd (diff)
updating docs for 3.2.1, adding site.fontawesome.minor_version jekyll variable as a hack for now
Diffstat (limited to 'src/_includes')
-rw-r--r--src/_includes/examples/new.html2
-rw-r--r--src/_includes/icons.html2
-rw-r--r--src/_includes/icons/new.html6
-rw-r--r--src/_includes/whats-new.html6
4 files changed, 8 insertions, 8 deletions
diff --git a/src/_includes/examples/new.html b/src/_includes/examples/new.html
index 7bcd489c0..8393f7d36 100644
--- a/src/_includes/examples/new.html
+++ b/src/_includes/examples/new.html
@@ -1,5 +1,5 @@
<{% if page.navbar_active == "examples" %}div{% else %}section{% endif %} id="new-styles">
- <h2 class="page-header">New Styles in {{ site.fontawesome.version }}</h2>
+ <h2 class="page-header">New Styles in {{ site.fontawesome.minor_version }}</h2>
<div class="row">
<div class="span4">
<h4><a href="#rotated-flipped">Rotated and Flipped Icons</a></h4>
diff --git a/src/_includes/icons.html b/src/_includes/icons.html
index e553b7b39..aeb802805 100644
--- a/src/_includes/icons.html
+++ b/src/_includes/icons.html
@@ -1,6 +1,6 @@
{% capture stripe_ad_content %}
<p class="lead">
- You asked, Font Awesome delivers with {{ icons | version:site.fontawesome.version | size }} shiny new icons in version {{ site.fontawesome.version }}.
+ You asked, Font Awesome delivers with {{ icons | version:site.fontawesome.minor_version | size }} shiny new icons in version {{ site.fontawesome.minor_version }}.
Want to request new icons? <a href="{{ page.relative_path }}community/#requesting-new-icons">Here's how</a>.
<!--The ever-expanding list of Font Awesome {{ site.fontawesome.version }} icons.-->
Need vectors or want to use on the desktop? Check the <a href="{{ page.relative_path }}cheatsheet/">cheatsheet</a>.
diff --git a/src/_includes/icons/new.html b/src/_includes/icons/new.html
index 690cd819c..52c5e3fa6 100644
--- a/src/_includes/icons/new.html
+++ b/src/_includes/icons/new.html
@@ -1,14 +1,14 @@
<{% if page.navbar_active == "icons" %}div{% else %}section{% endif %} id="new">
- <h2 class="page-header">New Icons in {{ site.fontawesome.version }}</h2>
+ <h2 class="page-header">New Icons in {{ site.fontawesome.minor_version }}</h2>
{% if page.navbar_active != "icons" %}
<div class="margin-botom-large">
- You asked, Font Awesome delivers with {{ icons | version:site.fontawesome.version | size }} shiny new icons in version {{ site.fontawesome.version }}.
+ You asked, Font Awesome delivers with {{ icons | version:site.fontawesome.minor_version | size }} shiny new icons in version {{ site.fontawesome.minor_version }}.
Want to request new icons? <a href="{{ page.relative_path }}community/#requesting-new-icons">Here's how</a>.
</div>
{% endif %}
<div class="row the-icons">
- {% assign icons_new = icons | expand_aliases | version:site.fontawesome.version %}
+ {% assign icons_new = icons | expand_aliases | version:site.fontawesome.minor_version %}
{% for icon in icons_new %}
<div class="span3"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="icon-{{ icon.class }}"></i> icon-{{ icon.class }}{% if icon.alias_of %} <span class="muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/_includes/whats-new.html b/src/_includes/whats-new.html
index a46e5bb77..90fbb85fa 100644
--- a/src/_includes/whats-new.html
+++ b/src/_includes/whats-new.html
@@ -1,7 +1,7 @@
{% capture stripe_ad_content %}
<p class="lead">
Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome
- {{ site.fontawesome.version }}. Have some ideas for new features?
+ {{ site.fontawesome.minor_version }}. Have some ideas for new features?
<a href="{{ page.relative_path }}community/">Help contribute</a>.
</p>
{% endcapture %}
@@ -10,7 +10,7 @@
<div id="whats-new">
<div class="row">
<div class="span4">
- <h4><i class="icon-lightbulb"></i> {{ icons | version:site.fontawesome.version | size }} New Icons in {{ site.fontawesome.version }}</h4>
+ <h4><i class="icon-lightbulb"></i> {{ icons | version:site.fontawesome.minor_version | size }} New Icons in {{ site.fontawesome.minor_version }}</h4>
Requested by the active community on the <a href="{{ site.fontawesome.github.url }}">Font Awesome GitHub project</a>.
</div>
<div class="span4">
@@ -26,7 +26,7 @@
</div>
<div class="span4 margin-bottom-large">
<h4><i class="icon-magic"></i> Pixel Perfection at 14px</h4>
- Version 3.0 was re-created from the ground up to be razor sharp at Bootstrap's default 14px.
+ Version 3 was re-created from the ground up to be razor sharp at Bootstrap's default 14px.
</div>
<div class="span4">
<h4><i class="icon-th-large"></i> <a href="http://icnfnt.com/">Font Subsetting</a></h4>