Browse Source

sorted <link> attributes for uniformity
Closes #5341

Geremia Taglialatela 10 years ago
parent
commit
9cd933a882
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/get-started.html

+ 1 - 1
src/get-started.html

@@ -27,7 +27,7 @@ relative_path: ../
       <li>
       <li>
         Paste the following code into the <code>&lt;head&gt;</code> section of your site's HTML.
         Paste the following code into the <code>&lt;head&gt;</code> section of your site's HTML.
 {% highlight html %}
 {% highlight html %}
-<link href="//maxcdn.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version }}/css/font-awesome.min.css" rel="stylesheet">
+<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version }}/css/font-awesome.min.css">
 {% endhighlight %}
 {% endhighlight %}
         <p class="alert alert-success"><i class="fa fa-info-circle"></i> Immediately after release, it takes a bit of time for BootstrapCDN to catch up and get the newest version live on their CDN.</p>
         <p class="alert alert-success"><i class="fa fa-info-circle"></i> Immediately after release, it takes a bit of time for BootstrapCDN to catch up and get the newest version live on their CDN.</p>
       </li>
       </li>