diff --git a/src/_includes/footer.html b/src/_includes/footer.html
index a780feaad..af80db1a2 100644
--- a/src/_includes/footer.html
+++ b/src/_includes/footer.html
@@ -3,11 +3,10 @@
Font Awesome {{ site.fontawesome.version }}
·
- Created and Maintained by Dave Gandy ·
-
@byscuits
+ Created and Maintained by
Dave Gandy
- Font Awesome font licensed under
{{ site.fontawesome.license.font.version }}
+ Font Awesome licensed under
{{ site.fontawesome.license.font.version }}
·
Code licensed under
{{ site.fontawesome.license.code.version }}
·
diff --git a/src/_includes/get-started.html b/src/_includes/get-started.html
index de4ef36a2..c94e4a1b3 100644
--- a/src/_includes/get-started.html
+++ b/src/_includes/get-started.html
@@ -52,7 +52,15 @@
Use this method to customize Font Awesome and Bootstrap {{ site.bootstrap.version }} using LESS.
- Copy the
font-awesome
directory into your project.
- - Open bootstrap.less and replace
@import "sprites.less";
with @import "path/to/font-awesome/less/font-awesome.less";
+ - Open bootstrap.less and replace
+{% highlight html %}
+@import "sprites.less";
+{% endhighlight %}
+ with
+{% highlight html %}
+@import "path/to/font-awesome/less/font-awesome.less";
+{% endhighlight %}
+
-
Open your project's font-awesome.less and edit the
@FontAwesomePath
variable to point to your font directory.
{% highlight html %}
diff --git a/src/_includes/jumbotron-slider.html b/src/_includes/jumbotron-slider.html
index faf4a0f6c..4d4797cb9 100644
--- a/src/_includes/jumbotron-slider.html
+++ b/src/_includes/jumbotron-slider.html
@@ -16,7 +16,7 @@
GitHub Project ·
- Version {{ site.fontawesome.version }} ·
+ Version {{ site.fontawesome.version }} ·
Created & Maintained by Dave Gandy
diff --git a/src/_includes/license.html b/src/_includes/license.html
index 71306ce47..d8fcafa87 100644
--- a/src/_includes/license.html
+++ b/src/_includes/license.html
@@ -11,7 +11,7 @@
-
Attribution is no longer required as of Font Awesome 3.0 but is much appreciated:
-
Font Awesome by Dave Gandy - http://fontawesome.io
.
+ "Font Awesome by Dave Gandy - http://fontawesome.io".
diff --git a/src/_includes/stripe-social.html b/src/_includes/stripe-social.html
index c8bc59139..6c303e385 100644
--- a/src/_includes/stripe-social.html
+++ b/src/_includes/stripe-social.html
@@ -10,7 +10,7 @@
-
diff --git a/src/_layouts/base.html b/src/_layouts/base.html
index 1e63c9e53..76de7cb41 100644
--- a/src/_layouts/base.html
+++ b/src/_layouts/base.html
@@ -9,8 +9,9 @@
================================================== -->
{% if page.title %}{{ page.title }}{% endif %}
-
+
+