-{% highlight html %}
+{% highlight html linenos %}
Spinner icon when loading content...
{% endhighlight %}
diff --git a/build/_includes/examples/bordered-pulled.html b/build/_includes/examples/bordered-pulled.html
index bc703b24a..ed44be4f5 100644
--- a/build/_includes/examples/bordered-pulled.html
+++ b/build/_includes/examples/bordered-pulled.html
@@ -14,7 +14,7 @@
Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. You can combine all
of them in any combination to get lots of new possibilities.
-{% highlight html %}
+{% highlight html linenos %}
Use a few of the new styles together ... lots of new possibilities.
{% endhighlight %}
@@ -24,7 +24,7 @@ Use a few of the new styles together ... lots of new possibilities.
Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. You can combine all
of them in any combination to get lots of new possibilities.
-{% highlight html %}
+{% highlight html linenos %}
Use a few of the new styles together ... lots of new possibilities.
{% endhighlight %}
diff --git a/build/_includes/examples/bulleted-lists.html b/build/_includes/examples/bulleted-lists.html
index e9cd6b4e2..2a5513af9 100644
--- a/build/_includes/examples/bulleted-lists.html
+++ b/build/_includes/examples/bulleted-lists.html
@@ -15,7 +15,7 @@
Easily replace individual bullets.
-{% highlight html %}
+{% highlight html linenos %}
-{% highlight html %}
+{% highlight html linenos %}
normal
icon-rotate-90
icon-rotate-180
diff --git a/build/_includes/examples/stacked.html b/build/_includes/examples/stacked.html
index 8061e05c1..ebac53941 100644
--- a/build/_includes/examples/stacked.html
+++ b/build/_includes/examples/stacked.html
@@ -23,7 +23,7 @@
icon-terminal on icon-sign-blank
-{% highlight html %}
+{% highlight html linenos %}
diff --git a/build/_includes/get-started.html b/build/_includes/get-started.html
index a18187b4b..b7b229d66 100644
--- a/build/_includes/get-started.html
+++ b/build/_includes/get-started.html
@@ -13,7 +13,7 @@
Paste the following code into the <head> section of your site's HTML.
-{% highlight html %}
+{% highlight html linenos %}
{% endhighlight %}
@@ -38,7 +38,7 @@
Copy the font-awesome directory into your project.
In the <head> of your html, reference the location to your font-awesome.min.css.
-{% highlight html %}
+{% highlight html linenos %}
{% endhighlight %}
@@ -55,7 +55,7 @@
Open bootstrap.less and replace @import "sprites.less"; with @import "path/to/font-awesome/less/font-awesome.less";
Open your project's font-awesome.less and edit the @FontAwesomePath variable to point to your font directory.
-{% highlight html %}
+{% highlight html linenos %}
@FontAwesomePath: "../font";
{% endhighlight %}
The font path is relative from your compiled CSS directory.